Skip to content

Instantly share code, notes, and snippets.

@duncan-bayne
Created September 26, 2012 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncan-bayne/3785991 to your computer and use it in GitHub Desktop.
Save duncan-bayne/3785991 to your computer and use it in GitHub Desktop.
Development configuration
Atlas::Application.configure do
config.cache_classes = false
config.whiny_nils = true
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
config.active_support.deprecation = :log
config.action_dispatch.best_standards_support = :builtin
config.active_record.mass_assignment_sanitizer = :strict
config.active_record.auto_explain_threshold_in_seconds = 0.5
config.assets.compress = false
config.assets.debug = false
config.assets.digest = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment