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

2010-02-17 Thread turbogears
your controller should be: class RecetasController ApplicationController def index end end not: class RecetaController ApplicationController 在2010-02-17?11:11:56,tuti?plain?li...@ruby-forum.com?写道: Hello,?on?my?last?post?a?few?weeks?ago,?all?who?replied?seemed?to?agree

[Rails] Newbie RESTful routing problem, please help!

2010-02-16 Thread tuti plain
Hello, on my last post a few weeks ago, all who replied seemed to agree that the problem I was having was in my routing configuration. I decided to read up a bit on rails routing using this article: http://guides.rails.info/routing.html I decided to try what the article calls RESTful routing.