X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3f30bc53f543e13221ba0b7c52284865f9593107..f660d1e7e3c8fe2ceee2fd73eb7ada7876e1e859:/config/environments/development.rb diff --git a/config/environments/development.rb b/config/environments/development.rb index 7a7876f28..d67452f0c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -12,9 +12,6 @@ config.whiny_nils = true config.action_controller.consider_all_requests_local = true config.action_view.debug_rjs = true config.action_controller.perform_caching = false -config.action_view.cache_template_extensions = false # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false - -ENV['RAILS_ASSET_ID'] = '' # http://wiki.openstreetmap.org/wiki/The_Rails_Port \ No newline at end of file