Sha256: 39ead1cb0022c7ff5528c5949cef358066eeff01121f91e6683dd4958e4c64aa

Contents?: true

Size: 987 Bytes

Versions: 220

Compression:

Stored size: 987 Bytes

Contents

TestApp::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 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 disable caching
  config.consider_all_requests_local       = true
  config.action_view.debug_rjs             = true
  config.action_controller.perform_caching = false

  # 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

  # Only use best-standards-support built into browsers
  config.action_dispatch.best_standards_support = :builtin
end

Version data entries

220 entries across 212 versions & 18 rubygems

Version Path
active-fedora-6.0.0.pre2 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.5.1 spec/rails3_test_app/config/environments/development.rb
active-fedora-6.0.0.pre1 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.5.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.5.0.rc2 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.5.0.rc1 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.4.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.3.1 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.3.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.2.1 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.2.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.1.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.0.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.0.0.rc5 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.0.0.rc4 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.0.0.rc3 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.0.0.rc2 spec/rails3_test_app/config/environments/development.rb
active-fedora-5.0.0.rc1 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.6.0.rc4 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.6.0.rc3 spec/rails3_test_app/config/environments/development.rb