Sha256: 31ba7e3c617149ce69823796d9d724ae36aca87a17da6b49c0dce9e65fff5e5b

Contents?: true

Size: 284 Bytes

Versions: 6

Compression:

Stored size: 284 Bytes

Contents

RailsApp::Application.configure do
  config.cache_classes = true
  config.consider_all_requests_local       = false
  config.action_controller.perform_caching = true
  config.serve_static_assets = false
  config.i18n.fallbacks = true
  config.active_support.deprecation = :notify
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
warden-github-rails-1.1.1 spec/rails_app/config/environments/production.rb
warden-github-rails-1.1.0 spec/rails_app/config/environments/production.rb
warden-github-rails-thinknear-fork-1.1.0 spec/rails_app/config/environments/production.rb
warden-github-rails-1.0.1 spec/rails_app/config/environments/production.rb
warden-github-rails-1.0.0 spec/rails_app/config/environments/production.rb
warden-github-rails-0.0.1 spec/rails_app/config/environments/production.rb