Sha256: 39b69d56b56e4f873a2689c9eab34be2d2ee64ac599f4d3376958a7674eb605e

Contents?: true

Size: 892 Bytes

Versions: 25

Compression:

Stored size: 892 Bytes

Contents

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

  # 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

25 entries across 25 versions & 2 rubygems

Version Path
rest-more-3.4.0 example/rails3/config/environments/development.rb
rest-more-3.3.4 example/rails3/config/environments/development.rb
rest-more-3.3.3 example/rails3/config/environments/development.rb
rest-more-3.3.2 example/rails3/config/environments/development.rb
rest-more-3.3.1 example/rails3/config/environments/development.rb
rest-more-3.3.0 example/rails3/config/environments/development.rb
rest-more-3.2.0 example/rails3/config/environments/development.rb
rest-more-3.1.0 example/rails3/config/environments/development.rb
rest-more-3.0.0 example/rails3/config/environments/development.rb
rest-graph-2.0.3 example/rails3/config/environments/development.rb
rest-more-2.0.4 example/rails3/config/environments/development.rb
rest-more-2.0.3 example/rails3/config/environments/development.rb
rest-more-2.0.2 example/rails3/config/environments/development.rb
rest-more-2.0.0 example/rails3/config/environments/development.rb
rest-graph-2.0.2 example/rails3/config/environments/development.rb
rest-more-1.0.2 example/rails3/config/environments/development.rb
rest-more-1.0.1 example/rails3/config/environments/development.rb
rest-more-1.0.0 example/rails3/config/environments/development.rb
rest-more-0.8.0 example/rails3/config/environments/development.rb
rest-graph-2.0.1 example/rails3/config/environments/development.rb