RailsCasts Pro episodes are now free!

Learn more or hide this

diedthreetimes's Profile

GitHub User: diedthreetimes

Comments by

Avatar

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!