If you’re getting:

  undefined method `cache_template_extensions=' for ActionView::Base:Class (NoMethodError)

You have a line in config/environments/development.rb and config/environments/production.rb that calls a deprecated method cache_template_extensions=. You need to remove this line in order to get your application to function properly. This is usually line #13 in both files.