Hi, folks.
Hoping someone can help me get rolling. I''m quite sure my problem is
a trivial one, but I haven''t been able to google up a solution.
I''m trying to get RoR working on an OSX Tiger install.
I''ve installed the package and followed all the instructions at:
http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-
rails-on-mac-os-x-tiger-for-beginners
Things seem to work properly when I run with WEBrick
But when I try to run through Apache, it just doesn''t work. I get an
error message stating:
Routing Error
Recognition failed for "/"
When I tail log/development.log, I see the following:
ActionController::RoutingError (Recognition failed for "/"):
/usr/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
action_controller/routing.rb:444:in `recognition_failed''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
action_controller/routing.rb:434:in `recognize!''
/usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/dispatcher.rb:32:in
`dispatch''
/usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:
144:in `process_request''
/usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:
64:in `process!''
/usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:
55:in `each_cgi''
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:597:in `each''
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:597:in
`each_cgi''
/usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:
55:in `process!''
/usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:
21:in `process!''
/Users/benha/Documents/Development/Rails/Todo/public/
dispatch.fcgi:24
Clearly, Rails is getting fired off, so I''m guessing Apache is
configured correctly. I have no idea why I''m getting this error,
though.
Anyone have any thoughts?
Thanks,
-Ben