Sha256: 34d2b7030f8f9ad7b5b0ce91e1bd9339d6ea523cb7106bf91d3a43459f1cd74d

Contents?: true

Size: 986 Bytes

Versions: 16

Compression:

Stored size: 986 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 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

16 entries across 16 versions & 3 rubygems

Version Path
validates_overlap-0.6.0 spec/dummy/config/environments/development.rb
validates_overlap-0.5.2 spec/dummy/config/environments/development.rb
cocoon-1.2.0 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.58 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.57 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.56 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.55 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.54 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.53 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.52 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.51 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.50 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.49 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.48 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.47 spec/dummy/config/environments/development.rb
phocoder-rails-0.0.46 spec/dummy/config/environments/development.rb