RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: diedthreetimes
Its worth mentioning that you need to remove 'config/initializers/new_rails_defaults.rb' If you have one (as mentioned in the file's comments).
Otherwise you get an error like undefined method 'generate_best_match=' for ActionDispatch::Routing:Module (NoMethodError)
undefined method 'generate_best_match=' for ActionDispatch::Routing:Module (NoMethodError)
Great Post!
Its worth mentioning that you need to remove 'config/initializers/new_rails_defaults.rb' If you have one (as mentioned in the file's comments).
Otherwise you get an error like
undefined method 'generate_best_match=' for ActionDispatch::Routing:Module (NoMethodError)
Great Post!