X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/53d30d70af5cf87120953ad22a580ea48d39a6f1..3f30bc53f543e13221ba0b7c52284865f9593107:/config/environments/development.rb diff --git a/config/environments/development.rb b/config/environments/development.rb index 09a451f9a..7a7876f28 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -15,4 +15,6 @@ 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 \ No newline at end of file +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