Sha256: 654aac6c7c1d2ab13469a9b8889e6ebc8e92d95ecd17e94a7172e6db9d71886c

Contents?: true

Size: 1.16 KB

Versions: 89

Compression:

Stored size: 1.16 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
end

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
trusty-cms-4.1.8 config/environments/development.rb
trusty-cms-4.1.7 config/environments/development.rb
trusty-cms-4.1.6 config/environments/development.rb
trusty-cms-4.1.5 config/environments/development.rb
trusty-cms-4.1.4 config/environments/development.rb
trusty-cms-4.1.3 config/environments/development.rb
trusty-cms-4.1.2 config/environments/development.rb
trusty-cms-4.1.1 config/environments/development.rb
trusty-cms-4.1.0 config/environments/development.rb
trusty-cms-4.0.2 config/environments/development.rb
trusty-cms-3.9.7 config/environments/development.rb
trusty-cms-3.9.6 config/environments/development.rb
trusty-cms-3.9.5 config/environments/development.rb
trusty-cms-4.0.1 config/environments/development.rb
trusty-cms-3.9.4 config/environments/development.rb
trusty-cms-3.9.3 config/environments/development.rb
trusty-cms-3.9.2 config/environments/development.rb
trusty-cms-4.0.0 config/environments/development.rb
trusty-cms-3.9.1 config/environments/development.rb
trusty-cms-3.9.0 config/environments/development.rb