Newbie question

Hi, I am new to Rails, I followed the cookbook tutorial, it worked fine,
but
when I started another tutorial called todo :

when I type : http://127.0.0.1:3000/todo/new

I get this error :

Routing Error

Recognition failed for “/todo/new”

please help me.

View this message in context:
http://www.nabble.com/newbie-question-t1359958.html#a3643454
Sent from the RubyOnRails Users forum at Nabble.com.

And you have generated the scaffolding for the new model?

On 3/29/06, mlotfi [email protected] wrote:

Recognition failed for “/todo/new”

No I did not yet, just following the tutorial.

View this message in context:
http://www.nabble.com/newbie-question-t1359958.html#a3643868
Sent from the RubyOnRails Users forum at Nabble.com.

Hi,

mlotfi <majidnakit@…> writes:

Hi, I am new to Rails, I followed the cookbook tutorial, it worked fine, but
when I started another tutorial called todo :

when I type : http://127.0.0.1:3000/todo/new

Did you create the controller called “todo”? Does it contain a method
“new”?

Regards