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-4.6.0.rc2 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.6.0.rc1 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.5.3 spec/rails3_test_app/config/environments/development.rb
nifval-0.2.2 test_app/config/environments/development.rb
active-fedora-4.5.2 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.5.1 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.5.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.4.1 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.4.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.3.0 spec/rails3_test_app/config/environments/development.rb
active-fedora-4.2.0 spec/rails3_test_app/config/environments/development.rb
erb_form-0.1.7 spec/test_app/config/environments/development.rb
cloudfuji-0.0.46 spec/test_apps/rails-3.0/config/environments/development.rb
cloudfuji-0.0.45 spec/test_apps/rails-3.0/config/environments/development.rb
cloudfuji-0.0.44 spec/test_apps/rails-3.0/config/environments/development.rb
cloudfuji-0.0.43 spec/test_apps/rails-3.0/config/environments/development.rb
cloudfuji-0.0.42 spec/test_apps/rails-3.0/config/environments/development.rb
cloudfuji-0.0.41 spec/test_apps/rails-3.0/config/environments/development.rb
cloudfuji-0.0.40 spec/test_apps/rails-3.0/config/environments/development.rb
active-fedora-4.1.0 spec/rails3_test_app/config/environments/development.rb