Displaying 1 result from an estimated 1 matches for "initialize_on_precompile".
2014 Jun 11
0
my webpage does not send emails confimation/notification
...available for
mass-assignment for all models
# in your app. As such, your models will need to explicitly whitelist
or blacklist accessible
# parameters by using an attr_accessible or attr_protected declaration.
config.active_record.whitelist_attributes = true
#config.assets.initialize_on_precompile = false
# Enable the asset pipeline
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your
assets
config.assets.version = '1.0'
config.assets.initialize_on_precompile = true
config.i18n.default_locale = :de
# Precompile...