[Rails] Re: upgrading to rails 3.

2011-03-25 Thread Ruby Man
Msan Msan wrote in post #937930: > I've installed rails_upgrade plugin with ruby script/plugin install > http://github.com/rails/rails_upgrade.git. > Then if I run rake rails:upgrade:check it says > rake aborted! > no such file to load -- initializer > > What I've missed? I'm having the exact same

[Rails] Re: 500 Internal Server Error - wrong number of arguments

2009-07-07 Thread Ruby Man
Frederick Cheung wrote: > Quick guess: do you have an action called process ? > > Fred Yes, I did have an action called process. Thank you Fred!! I couldn't figure out what was causing such a weird error. Renaming the action from "process" to "process_login" fixed the problem. -- Posted vi

[Rails] Re: ActionController::UnknownAction (No action responded to 1):

2008-12-02 Thread Ruby Man
To correct the error: undefined method `product_path' for # Add this line to your routes.rb file: map.resources :products (You can see this is in the example code in the book.) -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this mes