Mercurial > zeropaste
comparison config/environments/production.rb @ 198:f513b1ca455a
Add the new eager_load config parameter.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 08 May 2013 00:08:33 +0900 |
parents | cb30b72e8ded |
children | d4cf49db9c49 |
comparison
equal
deleted
inserted
replaced
197:af80541dc915 | 198:f513b1ca455a |
---|---|
58 # the I18n.default_locale when a translation can not be found) | 58 # the I18n.default_locale when a translation can not be found) |
59 config.i18n.fallbacks = true | 59 config.i18n.fallbacks = true |
60 | 60 |
61 # Send deprecation notices to registered listeners | 61 # Send deprecation notices to registered listeners |
62 config.active_support.deprecation = :notify | 62 config.active_support.deprecation = :notify |
63 | |
64 config.eager_load = true | |
63 end | 65 end |