Mercurial > zeropaste
comparison config/environments/production.rb @ 195:cb30b72e8ded
Rails 4 deprecated, unused attribs removal.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 07 May 2013 23:59:17 +0900 |
parents | 4aa8194a1733 |
children | f513b1ca455a |
comparison
equal
deleted
inserted
replaced
194:442c3ad459a7 | 195:cb30b72e8ded |
---|---|
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 # Log the query plan for queries taking more than this (works | |
65 # with SQLite, MySQL, and PostgreSQL) | |
66 # config.active_record.auto_explain_threshold_in_seconds = 0.5 | |
67 end | 63 end |