Sha256: eb5b98ad2c72308f7f0b914bddc7ea1b0507f9ce52683fc3d4c085c0ce8a22d8

Contents?: true

Size: 1013 Bytes

Versions: 95

Compression:

Stored size: 1013 Bytes

Contents

Rails.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

  # Raises error for missing translations
  # config.action_view.raise_on_missing_translations = true
end

Version data entries

95 entries across 95 versions & 4 rubygems

Version Path
panda_pal-5.4.1 spec/dummy/config/environments/development.rb
panda_pal-5.4.0 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta10 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta9 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta8 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta7 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta6 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta5 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta4 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta3 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta2 spec/dummy/config/environments/development.rb
panda_pal-5.4.0.beta1 spec/dummy/config/environments/development.rb
panda_pal-5.3.13 spec/dummy/config/environments/development.rb
panda_pal-5.3.12 spec/dummy/config/environments/development.rb
panda_pal-5.3.11 spec/dummy/config/environments/development.rb
panda_pal-5.3.10 spec/dummy/config/environments/development.rb
panda_pal-5.3.9 spec/dummy/config/environments/development.rb
panda_pal-5.3.7 spec/dummy/config/environments/development.rb
panda_pal-5.3.6 spec/dummy/config/environments/development.rb
panda_pal-5.3.6.beta3 spec/dummy/config/environments/development.rb