Sha256: fd2710a8c85839e2b0c61049aaea3341256888f068e008216ba30ca6bc81183b

Contents?: true

Size: 698 Bytes

Versions: 31

Compression:

Stored size: 698 Bytes

Contents

Dummy::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 web server when you make code changes.
  config.cache_classes = false

  # Do not eager load code on boot.
  config.eager_load = false

  # Show full error reports and disable caching.
  config.consider_all_requests_local       = true
  config.action_controller.perform_caching = false

  # Print deprecation notices to the Rails logger.
  config.active_support.deprecation = :log
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
rom-rails-2.4.0 spec/dummy/config/environments/development.rb
rom-rails-2.3.1 spec/dummy/config/environments/development.rb
rom-rails-2.3.0 spec/dummy/config/environments/development.rb
rom-rails-2.2.0 spec/dummy/config/environments/development.rb
rom-rails-2.0.0 spec/dummy/config/environments/development.rb
rom-rails-1.2.0 spec/dummy/config/environments/development.rb
rom-rails-1.1.1 spec/dummy/config/environments/development.rb
rom-rails-1.1.0 spec/dummy/config/environments/development.rb
rom-rails-1.0.1 spec/dummy/config/environments/development.rb
rom-rails-1.0.0 spec/dummy/config/environments/development.rb
rom-rails-1.0.0.rc1 spec/dummy/config/environments/development.rb
rom-rails-1.0.0.beta1 spec/dummy/config/environments/development.rb
rom-rails-0.9.0 spec/dummy/config/environments/development.rb
rom-rails-0.9.0.beta1 spec/dummy/config/environments/development.rb
rom-rails-0.8.0 spec/dummy/config/environments/development.rb
rom-rails-0.7.0 spec/dummy/config/environments/development.rb
rom-rails-0.6.0 spec/dummy/config/environments/development.rb
rom-rails-0.6.0.rc1 spec/dummy/config/environments/development.rb
rom-rails-0.6.0.beta1 spec/dummy/config/environments/development.rb
rom-rails-0.5.0 spec/dummy/config/environments/development.rb