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
mailboxer-0.15.1 spec/dummy/config/environments/development.rb
mailboxer-0.15.0 spec/dummy/config/environments/development.rb
mailboxer-0.14.0 spec/dummy/config/environments/development.rb
mailboxer-0.13.0 spec/dummy/config/environments/development.rb
apotomo-1.3.2 test/dummy/config/environments/development.rb
apotomo-1.3.1 test/dummy/config/environments/development.rb
mailboxer-0.12.5 spec/dummy/config/environments/development.rb
mailboxer-0.12.4 spec/dummy/config/environments/development.rb
mailboxer-0.12.3 spec/dummy/config/environments/development.rb
mailboxer-0.12.2 spec/dummy/config/environments/development.rb
mailboxer-0.12.1 spec/dummy/config/environments/development.rb
mailboxer-0.12.0 spec/dummy/config/environments/development.rb
apotomo-1.3.0 test/dummy/config/environments/development.rb
mailboxer-0.12.0.rc2 spec/dummy/config/environments/development.rb
mailboxer-0.12.0.rc1 spec/dummy/config/environments/development.rb
apotomo-1.2.6 test/dummy/config/environments/development.rb
apotomo-1.2.5 test/dummy/config/environments/development.rb
apotomo-1.2.4 test/dummy/config/environments/development.rb
mailboxer-0.11.0 spec/dummy/config/environments/development.rb
mailboxer-0.10.3 spec/dummy/config/environments/development.rb