Sha256: 581138544daec5e3be6e3ba8afd930ad3de6121f0309035d3239a258d035fec4

Contents?: true

Size: 445 Bytes

Versions: 7

Compression:

Stored size: 445 Bytes

Contents

BlogLogic::Application.configure do
  config.cache_classes = false
  config.whiny_nils = true
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false
  config.action_mailer.raise_delivery_errors = false
  config.active_support.deprecation = :log
  config.action_dispatch.best_standards_support = :builtin
  # Custom settings
  config.feature_results_path = "#{Rails.root}/tmp/feature_results.txt"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blog_logic-1.4.7 config/environments/development.rb
blog_logic-1.4.6 config/environments/development.rb
blog_logic-1.4.5 config/environments/development.rb
blog_logic-1.4.4 config/environments/development.rb
blog_logic-1.4.3 config/environments/development.rb
blog_logic-1.4.2 config/environments/development.rb
blog_logic-1.4.1 config/environments/development.rb