[Rails] Re: Newbie RESTful routing problem, please help!

2010-02-17 Thread Ozgun Koyun
tuti plain wrote: C:/jruby/lib/ruby/gems/1.8/gems/glassfish-1.0.2-universal-java/lib/rack/adapter/rails.rb:133:in `call' C:/jruby/lib/ruby/gems/1.8/gems/glassfish-1.0.2-universal-java/lib/rack/handler/grizzly.rb:55:in `call' I then tried setting up my routing like this: map.resources

[Rails] Re: Newbie RESTful routing problem, please help!

2010-02-16 Thread btomlin
The convention is that controllers are plural, so instead of... class RecetaController ApplicationController you should have... class RecetasController ApplicationController note the plural form of Recetas -- You received this message because you are subscribed to the Google Groups Ruby