Hi,
I am to learning Ruby on Rails with Rolling with Ruby on Rails
orilley handout.
I created an empty application by using rails command.
Then i created my own controller using the command.
ruby script \generate controller MyTest
This created a new controller file.
I used the port http://127.0.0.1:3000/My_Test after starting the rails
inbuilt server.
but i get the Routing Error.
No route matches “/My_Test/index” with {:method=>:get}
but when i just give the port alone it says Ruby on rails running in
your system.
I just followed the tutorial but couldnt get through this step.
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2
Can anybody help me with this
Regards
Ramya