Sha256: 6cf0fcc84ab0dabcbce66138e5803a85792f370d69bd322dc1da6c7cd850caff

Contents?: true

Size: 986 Bytes

Versions: 24

Compression:

Stored size: 986 Bytes

Contents

Rails3::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 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

24 entries across 24 versions & 7 rubygems

Version Path
jenkins-maestrodev-0.6.9 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.8 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.6 fixtures/projects/rails-3/config/environments/development.rb
af-0.3.13.beta.5 spec/assets/tests/rails3/hello_vcap/config/environments/development.rb
vmc-0.3.13.beta.1 spec/assets/rails3/config/environments/development.rb
jenkins-0.6.5 fixtures/projects/rails-3/config/environments/development.rb
akqa-jenkins-0.6.4.1 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.4 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.3 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.2 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.1 fixtures/projects/rails-3/config/environments/development.rb
jenkins-0.6.0 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.1 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0.beta.19 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0.beta.18 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0.beta.17 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0.beta.16 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0.beta.15 fixtures/projects/rails-3/config/environments/development.rb
hudson-0.3.0.beta.14 fixtures/projects/rails-3/config/environments/development.rb