Sha256: 5e9a4d76e46857be91c64fa72b6588bd44582d7282fb9aa9e87585ea1917d168

Contents?: true

Size: 1.68 KB

Versions: 19

Compression:

Stored size: 1.68 KB

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 = true

  # Show full error reports.
  config.consider_all_requests_local = true

  # Store uploaded files on the local file system (see config/storage.yml for options).
  config.active_storage.service = :local

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

  config.action_mailer.perform_caching = 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

  # Highlight code that triggered database queries in logs.
  config.active_record.verbose_query_logs = true

  # Debug mode disables concatenation and preprocessing of assets.
  # This option may cause significant delays in view rendering with a large
  # number of complex assets.
  config.assets.debug = true

  # Suppress logger output for asset requests.
  config.assets.quiet = true

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

  # Use an evented file watcher to asynchronously detect changes in source code,
  # routes, locales, etc. This feature depends on the listen gem.
  # config.file_watcher = ActiveSupport::EventedFileUpdateChecker
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
gorynich-1.3.6.289376 spec/dummy/config/environments/development.rb
gorynich-1.3.5.288811 spec/dummy/config/environments/development.rb
gorynich-1.3.4.273062 spec/dummy/config/environments/development.rb
gorynich-1.3.3.231946 spec/dummy/config/environments/development.rb
gorynich-1.3.2.231715 spec/dummy/config/environments/development.rb
gorynich-1.3.1.213701 spec/dummy/config/environments/development.rb
gorynich-1.3.0.213297 spec/dummy/config/environments/development.rb
gorynich-1.2.3.198656 spec/dummy/config/environments/development.rb
gorynich-1.2.2.198643 spec/dummy/config/environments/development.rb
gorynich-1.2.1.184916 spec/dummy/config/environments/development.rb
gorynich-1.2.0.180668 spec/dummy/config/environments/development.rb
gorynich-1.1.1.148381 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142168 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142154 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142147 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142142 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142139 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142136 spec/dummy/config/environments/development.rb
gorynich-1.1.0.142046 spec/dummy/config/environments/development.rb