Sha256: b0e886ed537d2438483dc9a934e17da1241c639a968aeef1ad99b8a13e5d528b

Contents?: true

Size: 872 Bytes

Versions: 7

Compression:

Stored size: 872 Bytes

Contents

RailsApp::Application.configure do
  # Settings specified here will take precedence over those in config/application.rb

  # In the development environment your application's code is reloaded on
  # every request.  This slows down response time but is perfect for development
  # since you don't have to restart the webserver when you make code changes.
  config.cache_classes = false
  config.eager_load = false

  # Show full error reports and disable caching
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false

  # Don't care if the mailer can't send
  config.action_mailer.raise_delivery_errors = false

  # Print deprecation notices to the Rails logger
  config.active_support.deprecation = :log

  # Only use best-standards-support built into browsers
  config.action_dispatch.best_standards_support = :builtin
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
janus-0.10.1 test/rails_app/config/environments/development.rb
janus-0.10.0 test/rails_app/config/environments/development.rb
janus-0.9.1 test/rails_app/config/environments/development.rb
janus-0.9.0 test/rails_app/config/environments/development.rb
undo-0.0.1 spec/rails_app/config/environments/development.rb
janus-0.8.1 test/rails_app/config/environments/development.rb
janus-0.8.0 test/rails_app/config/environments/development.rb