Displaying 1 result from an estimated 1 matches for "5921e7d789ee3aaa214f2d59aa40986a".
2008 Jun 26
1
Undefined method: camelize
...y new at Rails, and attempting to deploy an application
that''s running fine using InstantRails on my PC. On the deployment
server (I use railsplayground.net), I get the following error:
Processing ApplicationController#index (for 220.224.229.156 at
2008-06-25 18:49:34) [GET]
Session ID: 5921e7d789ee3aaa214f2d59aa40986a
Parameters: {"action"=>:index, "controller"=>:tdf}
NoMethodError (undefined method `camelize'' for :tdf:Symbol):
/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/
action_controller/routing/route_set.rb:386:in `recognize''
My rails configuratio...