Sha256: af0096c3ad667c89ad412a29ef130d5ae40896ac04445bf6b50eb3a40fce0389

Contents?: true

Size: 680 Bytes

Versions: 77

Compression:

Stored size: 680 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_view.debug_rjs             = true
  config.action_controller.perform_caching = false
end

Version data entries

77 entries across 77 versions & 5 rubygems

Version Path
roar-0.11.2 test/dummy/config/environments/development.rb
roar-rails-0.0.7 test/dummy/config/environments/development.rb
roar-rails-0.0.6 test/dummy/config/environments/development.rb
roar-0.11.1 test/dummy/config/environments/development.rb
roar-0.11.0 test/dummy/config/environments/development.rb
roar-0.10.2 test/dummy/config/environments/development.rb
cells-3.8.5 test/dummy/config/environments/development.rb
cells-3.8.4 test/dummy/config/environments/development.rb
roar-0.10.1 test/dummy/config/environments/development.rb
roar-rails-0.0.5 test/dummy/config/environments/development.rb
roar-0.10.0 test/dummy/config/environments/development.rb
cells-3.8.3 test/dummy/config/environments/development.rb
roar-rails-0.0.4 test/dummy/config/environments/development.rb
roar-rails-0.0.3 test/dummy/config/environments/development.rb
cells-3.8.2 test/dummy/config/environments/development.rb
cells-3.8.1 test/dummy/config/environments/development.rb
roar-0.9.2 test/dummy/config/environments/development.rb
roar-rails-0.0.2 test/dummy/config/environments/development.rb
roar-rails-0.0.1 test/dummy/config/environments/development.rb
roar-0.9.1 test/dummy/config/environments/development.rb