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.6.6 spec/dummy/config/environments/development.rb
panda_pal-5.6.5 spec/dummy/config/environments/development.rb
metasploit_data_models-6.0.1 spec/dummy/config/environments/development.rb
metasploit_data_models-6.0.0 spec/dummy/config/environments/development.rb
panda_pal-5.6.4 spec/dummy/config/environments/development.rb
panda_pal-5.6.3 spec/dummy/config/environments/development.rb
panda_pal-5.6.2 spec/dummy/config/environments/development.rb
panda_pal-5.6.1 spec/dummy/config/environments/development.rb
panda_pal-5.6.0 spec/dummy/config/environments/development.rb
panda_pal-5.4.11 spec/dummy/config/environments/development.rb
panda_pal-5.4.10 spec/dummy/config/environments/development.rb
panda_pal-5.4.9 spec/dummy/config/environments/development.rb
panda_pal-5.4.8 spec/dummy/config/environments/development.rb
panda_pal-5.4.7 spec/dummy/config/environments/development.rb
panda_pal-5.4.6 spec/dummy/config/environments/development.rb
categorical-0.0.10 test/dummy/config/environments/development.rb
panda_pal-5.4.5 spec/dummy/config/environments/development.rb
panda_pal-5.4.4 spec/dummy/config/environments/development.rb
panda_pal-5.4.3 spec/dummy/config/environments/development.rb
panda_pal-5.4.2 spec/dummy/config/environments/development.rb