]> git.openstreetmap.org Git - rails.git/blobdiff - config/environments/development.rb
Ensure homepage source validates.
[rails.git] / config / environments / development.rb
index 09a451f9a336aa17352c3421db1cc593c593155d..7a7876f28105ba3c637da58e8dd4dd3c50169c00 100644 (file)
@@ -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