Sha256: 1b3f7440f8a745ec78fc3743e9b8ff9c97c5242bf967895f60b4e231291fd3b3

Contents?: true

Size: 914 Bytes

Versions: 88

Compression:

Stored size: 914 Bytes

Contents

Rails400::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 web server when you make code changes.
  config.cache_classes = false

  # Do not eager load code on boot.
  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

  # Raise an error on page load if there are pending migrations
  config.active_record.migration_error = :page_load

end

Version data entries

88 entries across 11 versions & 1 rubygems

Version Path
chillout-0.8.9 test/support/rails_4_0_0/config/environments/development.rb
chillout-0.8.9 test/support/rails_4_2_0/config/environments/development.rb
chillout-0.8.9 test/support/rails_4_0_13/config/environments/development.rb
chillout-0.8.9 test/support/rails_5_0_3/config/environments/development.rb
chillout-0.8.9 test/support/rails_4_1_0/config/environments/development.rb
chillout-0.8.9 test/support/rails_4_2_8/config/environments/development.rb
chillout-0.8.9 test/support/rails_5_1_1/config/environments/development.rb
chillout-0.8.9 test/support/rails_4_1_16/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_4_2_0/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_4_0_0/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_4_1_16/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_4_1_0/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_4_0_13/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_4_2_8/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_5_1_1/config/environments/development.rb
chillout-0.8.5.1 test/support/rails_5_0_3/config/environments/development.rb
chillout-0.8.8 test/support/rails_4_0_0/config/environments/development.rb
chillout-0.8.8 test/support/rails_4_0_13/config/environments/development.rb
chillout-0.8.8 test/support/rails_4_1_0/config/environments/development.rb
chillout-0.8.8 test/support/rails_5_1_1/config/environments/development.rb