Action Controller: Exception Caught

Hi All,

I get this error on a new install of ruby on rails. Recognition failed
for “/My_Test/”

I am trying this example

I am new to ruby on rails, but have done some programming on WAMP and
LAMP. Could anyone point me in the right direction?

Regards,
Weng

Check the case, make sure you have everything in the right case.
Otherwise post the text of your controller here.

Brad.
http://www.pcast.com

I got it. The tutorial had a typo. it asked us to generate mytest, but
the link says my_test and so does the file. it was looking for the
wrong file/location.