Sha256: 45363925f74ec9a2ba4c3b7f7f46e7bbc3a19050d54890f7d2c2866d6bc77686

Contents?: true

Size: 1.13 KB

Versions: 42

Compression:

Stored size: 1.13 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

  # 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

42 entries across 42 versions & 1 rubygems

Version Path
trusty-cms-2.0.9.pre.beta config/environments/development.rb
trusty-cms-2.0.8.pre.beta config/environments/development.rb
trusty-cms-2.0.7.pre.beta config/environments/development.rb
trusty-cms-2.0.5.pre.beta config/environments/development.rb
trusty-cms-2.0.4.pre.beta config/environments/development.rb
trusty-cms-2.0.3.pre.beta config/environments/development.rb
trusty-cms-2.0.2.pre.beta config/environments/development.rb
trusty-cms-2.0.1.pre.beta config/environments/development.rb
trusty-cms-2.0.0.pre.beta config/environments/development.rb
trusty-cms-1.2.29 config/environments/development.rb
trusty-cms-1.2.28 config/environments/development.rb
trusty-cms-1.1.28 config/environments/development.rb
trusty-cms-1.1.27 config/environments/development.rb
trusty-cms-1.1.26 config/environments/development.rb
trusty-cms-1.1.25 config/environments/development.rb
trusty-cms-1.1.24 config/environments/development.rb
trusty-cms-1.1.23 config/environments/development.rb
trusty-cms-1.1.22 config/environments/development.rb
trusty-cms-1.1.21 config/environments/development.rb
trusty-cms-1.1.20 config/environments/development.rb