search for: recognition_optimisation

Displaying 4 results from an estimated 4 matches for "recognition_optimisation".

2010 Mar 09
1
db:migrate fails after upgrade to Rails 2.3.5
...: warning: `*'' interpreted as argument prefix /Users/kurtsnyder/code/products1/vendor/rails/actionpack/lib/ action_controller/routing/routing_ext.rb:2: warning: method redefined; discarding old to_param /Users/kurtsnyder/code/products1/vendor/rails/actionpack/lib/ action_controller/routing/recognition_optimisation.rb:55: warning: method redefined; discarding old recognize_path /Users/kurtsnyder/code/products1/vendor/rails/actionpack/lib/ action_controller/middleware_stack.rb:84: warning: given block not used /Users/kurtsnyder/code/products1/config/../vendor/rails/railties/lib/ initializer.rb:306: warning: gl...
2008 Oct 17
0
RoutingError from css background image url
...ng Error when an element with that class gets rendered ActionController::RoutingError (No route matches "/images/" with {:domain=>"localhost", :method=>:get, :subdomain=>nil, :host=>"localhost"}): /vendor/rails/actionpack/lib/action_controller/routing/ recognition_optimisation.rb:67:in `recognize_path'' It works fine when the image is copied into the public/images directory but doesn''t like it when the image happens to be in a sub directory. This looks like the Rails Routing is trying to treat this url as a restful resource and I was wondering if anyon...
2009 Jan 07
2
Error message
...and I see that everytime the ''new'' page is visited it is throwing some kind of error: ActionController::RoutingError (No route matches "/javascripts/defaults.js" with {:method=>:get}): c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:384:in `recognize'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request'' c:/ruby/lib/ruby...
2008 Nov 21
15
Switching the version of Rails that an app uses
...= = = = = = = = = = I pointed Firefox 3.0.4 at http://localhost:3000/payrolls and got a Routing Error (because I hadn’t fleshed out the app yet) and got Mongrel output that included the line: K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/gems/1.8/gems/ actionpack-2.2.0/lib/action_controller/routing/ recognition_optimisation.rb:66:in [snip] indicating that Rails 2.2.0 was being used, not 2.0.2 that I specified nor 2.2.1 that Rails –v reported. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post t...