spec/test_app/config/environments/development.rb in github-css-rails-1.1.2 vs spec/test_app/config/environments/development.rb in github-css-rails-1.1.3

- old
+ new

@@ -1,10 +1,13 @@ +# encoding: utf-8 TestApp::Application.configure do - # Settings specified here will take precedence over those in config/application.rb + # Settings specified here will take precedence over those in + # config/application.rb # In the development environment your application's code is reloaded on - # every request. This slows down response time but is perfect for development - # since you don't have to restart the web server when you make code changes. + # every request. This slows down response time but is perfect for + # development since you don't have to restart the web server when you make + # code changes. config.cache_classes = false # Log error messages when you accidentally call methods on nil. config.whiny_nils = true