Sha256: b23b775750cb1acb6150c19890154e67bb82a4ab81f503c7b9f8fe621fec52cb

Contents?: true

Size: 1.2 KB

Versions: 75

Compression:

Stored size: 1.2 KB

Contents

TrustyCms::Application.configure do
  # Settings specified here will take precedence over those in config/environment.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

  # Log error messages when you accidentally call methods on nil.
  config.whiny_nils = true

  # Show full error reports and caching is turned off
  config.consider_all_requests_local = true
  config.action_controller.perform_caching = false

  # Raise an ActiveModel::MassAssignmentSecurity::Error any time
  # something is mass-assigned that shouldn't be for ease in debugging.
  # config.active_record.mass_assignment_sanitizer = :strict

  # 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

  # Do not compress assets
  config.assets.compress = false

  # Expands the lines which load the assets
  config.assets.debug = true
  config.assets.check_precompiled_asset = false

end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
trusty-cms-7.0.9.1 config/environments/development.rb
trusty-cms-7.0.11 config/environments/development.rb
trusty-cms-7.0.10 config/environments/development.rb
trusty-cms-7.0.9 config/environments/development.rb
trusty-cms-7.0.8 config/environments/development.rb
trusty-cms-7.0.7 config/environments/development.rb
trusty-cms-7.0.6 config/environments/development.rb
trusty-cms-7.0.5 config/environments/development.rb
trusty-cms-7.0.4 config/environments/development.rb
trusty-cms-7.0.3 config/environments/development.rb
trusty-cms-6.3.1 config/environments/development.rb
trusty-cms-7.0.2 config/environments/development.rb
trusty-cms-7.0.1 config/environments/development.rb
trusty-cms-7.0.0 config/environments/development.rb
trusty-cms-6.3 config/environments/development.rb
trusty-cms-6.2.1 config/environments/development.rb
trusty-cms-6.2.2.1 config/environments/development.rb
trusty-cms-6.2.0 config/environments/development.rb
trusty-cms-6.1.2 config/environments/development.rb
trusty-cms-6.1.1 config/environments/development.rb