Friday, April 1, 2011

Ruby on Rails Error: rake aborted undefined method `generate_best_match=' for ActionDispatch::Routing:Module

Solutions:

Be sure you delete config/initializers/new_rails_defaults.rb. It is no longer necessary (per its own comments) and in fact causes a weird exception if you don’t remove it:

No comments:

Post a Comment