File not found

Hi,

I’ve just installed ruby on rails on my fedora core 6 machine.

I initialized the project, genarated a simple controller and the
associated view but when i try to access my page
(http://localhost:3000/my_controller/my_action i obtain a error 404 and
WEBrick displays the following error :

#<ArgumentError: Anonymous modules have no name to be referenced by>
[“/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:404:in
`to_constant_name’”

Could someone gives me some support?

Thanks in advance!

I solved the problem by following theses instructions :
http://www.rubin-de-celis.com/blog/2007/02/13/ruby-on-rails-on-fedora-core-6/
Even if i don’t understand spanish at all! :slight_smile: