[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Newbie: Load Error Problem

AnthonyBaker

2/9/2005 12:43:00 AM


Hey Folks,

Just got Ruby and Rails running under OS X 10.3.5 and am now working
through the O'Reilly tutorial at

http://www.onlamp.com/pub/a/onlamp/2005/01/20/...

Anyhow, I've created a controller using

ruby script/generate controller MyTest

But when going to my localhost on port 3000 and trying /MyTest/ or
/MyTest, I'm getting the following error:

LoadError in Mytest#index
No such file to load -- mytest_controller.rb

Don't know if something's off, as the controller itself is
my_test_controller.rb. Saved a duplicate controller called
mytest_controller.rb and got the same error.

Any ideas?

Feel silly to have hit a hurdle so quickly into things, but am hoping
someone might shed some light on the subject.

Thanks,

Anthony

1 Answer

AnthonyBaker

2/9/2005 12:45:00 AM

0

Whoops -- sorry, folks. Just realized I was posting under the ruby
group, not rails. My apologies.