Sha256: a0db4caad50976c1a06016f2cc3f8abae9cc16fb09795c93f46498c0db22e157

Contents?: true

Size: 661 Bytes

Versions: 36

Compression:

Stored size: 661 Bytes

Contents

Dummy::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_controller.perform_caching = false
  config.secret_key_base = 123
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
reform-2.1.0 test/dummy/config/environments/development.rb
reform-2.1.0.rc1 test/dummy/config/environments/development.rb
reform-2.0.5 test/dummy/config/environments/development.rb
reform-2.0.4 test/dummy/config/environments/development.rb
reform-2.0.3 test/dummy/config/environments/development.rb
reform-2.0.2 test/dummy/config/environments/development.rb
reform-2.0.1 test/dummy/config/environments/development.rb
reform-2.0.0 test/dummy/config/environments/development.rb
reform-2.0.0.rc3 test/dummy/config/environments/development.rb
reform-2.0.0.rc2 test/dummy/config/environments/development.rb
reform-2.0.0.rc1 test/dummy/config/environments/development.rb
reform-2.0.0.beta2 test/dummy/config/environments/development.rb
reform-2.0.0.beta1 test/dummy/config/environments/development.rb
reform-1.2.6 test/dummy/config/environments/development.rb
reform-1.2.5 test/dummy/config/environments/development.rb
reform-1.2.4 test/dummy/config/environments/development.rb
reform-1.2.3 test/dummy/config/environments/development.rb
reform-1.2.2 test/dummy/config/environments/development.rb
reform-1.2.1 test/dummy/config/environments/development.rb
reform-1.2.0.beta2 test/dummy/config/environments/development.rb