Sha256: 2900f1322a575dabfd8d20c82f3458b646d53b99ac866ec4dae6349695c6d45a

Contents?: true

Size: 985 Bytes

Versions: 182

Compression:

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

  # 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

182 entries across 182 versions & 19 rubygems

Version Path
curationexperts-mailboxer-0.10.3 spec/dummy/config/environments/development.rb
curationexperts-mailboxer-0.10.3.rc1 spec/dummy/config/environments/development.rb
houdini-0.3.4 spec/dummy/config/environments/development.rb
mailboxer-0.10.2 spec/dummy/config/environments/development.rb
mailboxer-0.10.1 spec/dummy/config/environments/development.rb
mailboxer-0.10.0 spec/dummy/config/environments/development.rb
houdini-0.3.3 spec/dummy/config/environments/development.rb
rails_refactor-1.3 dummy/config/environments/development.rb
mailboxer-0.9.0 spec/dummy/config/environments/development.rb
houdini-0.3.2 spec/dummy/config/environments/development.rb
houdini-0.3.1 spec/dummy/config/environments/development.rb
mailboxer-0.8.0 spec/dummy/config/environments/development.rb
rails_refactor-1.2 dummy/config/environments/development.rb
mailboxer-0.7.0 spec/dummy/config/environments/development.rb
apotomo-1.2.3 test/dummy/config/environments/development.rb
rails_temporary_data-1.0.1 test/dummy_rails_app/config/environments/development.rb
rails_temporary_data-1.0.0 test/dummy_rails_app/config/environments/development.rb
houdini-0.3.0 spec/dummy/config/environments/development.rb
mailboxer-0.6.5 spec/dummy/config/environments/development.rb
mailboxer-0.6.4 spec/dummy/config/environments/development.rb