ruby-on-rails-plugins
Rails 3 - Passing Parameter into search Model for Nested Searching
I am using a nested search resource in my Rails 3 Application where I am following Ryan Bates Railscast on Advanced Searching. The problem Arises however when I call Will_Paginate on my Search Model b[详细]
2023-03-20 13:56 分类:问答parolkar's pfeed plugin - problem while saving feeds
I have used parolker\'s pfeed plugin to log users activities but I am getting error while saving the feed. Below is the error message displayed.[详细]
2023-03-19 09:40 分类:问答Database help trying to get Functions from a group through users
I need to check whether a USER is a part of a group which has functions which give them access to a usermanagement page.. what i current have is[详细]
2023-03-19 03:21 分类:问答find a branching off point for repo-less code
I have a Rails plugin which was copied from a git repo with script/plugin install at some 开发者_如何学JAVApoint.Later, local patches were added to it.Now we want to maintain the code as a separate br[详细]
2023-03-18 23:08 分类:问答I'm using RVM, what is the difference between using bundle install and rvm bundle install?
I would like to know the difference? I can run both and they install but what is the actual difference?[详细]
2023-03-16 10:36 分类:问答How do I convert an existing Rails 3 Application into an Engine?
How can I convert the Foru开发者_开发知识库m application I\'ve been developing into a Rails Engine, so that it may be embedded inside other applications?[详细]
2023-03-15 17:30 分类:问答How to easily validate date select boxes in ruby on rails 3?
validates_presence_of doesn\'t work on my date field. Is there a s开发者_开发问答imple way to check that user has selected a date (a birthday, for instance)?[详细]
2023-03-15 11:06 分类:问答Rails 3 - How can I get rid of "test.host"?
I recently installed a plugin called Gretel to take care of breadcrumbs for me. It seems to be working great, except that it appears to be breaking some of my specs with the following error:[详细]
2023-03-14 03:57 分类:问答How to override Rails app routes from an engine?
I have a Rails app that I am trying to integrate a Rails engine in to. The host app has 开发者_开发技巧some catch all routes:[详细]
2023-03-12 15:49 分类:问答Forms and form validation in Rails 3: build your own vs Formtastic vs SimpleForm vs other gems?
Forms offer no differentiation value for your service, but most web sites need them obviously. So far, we\'re building our own forms, but we would like to see how others approach forms -- especially[详细]
2023-03-11 06:35 分类:问答