diff --git a/config/environments/production.rb b/config/environments/production.rb index 34e3841d0..e0a9f8f1b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -47,7 +47,7 @@ Diaspora::Application.configure do # the I18n.default_locale when a translation can not be found) config.i18n.fallbacks = true config.threadsafe! - +end # Sacrifice readability for a 10% performance boost Haml::Template::options[:ugly] = true