Sha256: 31bfc9659e10b46be39d2b1d3bcef2430b7d39256a13d26ed5b13c8e381bad33

Contents?: true

Size: 938 Bytes

Versions: 59

Compression:

Stored size: 938 Bytes

Contents

RailsApp::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_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

59 entries across 59 versions & 5 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/devise_invitable-2.0.9/test/rails_app/config/environments/development.rb
devise_invitable-2.0.9 test/rails_app/config/environments/development.rb
devise_invitable-2.0.8 test/rails_app/config/environments/development.rb
devise_invitable-2.0.7 test/rails_app/config/environments/development.rb
devise_invitable-2.0.6 test/rails_app/config/environments/development.rb
devise_invitable-2.0.5 test/rails_app/config/environments/development.rb
devise_invitable-2.0.4 test/rails_app/config/environments/development.rb
devise_invitable-2.0.3 test/rails_app/config/environments/development.rb
devise_invitable-2.0.2 test/rails_app/config/environments/development.rb
devise_invitable-2.0.1 test/rails_app/config/environments/development.rb
devise_invitable-2.0.0 test/rails_app/config/environments/development.rb
devise_invitable-1.7.5 test/rails_app/config/environments/development.rb
devise_invitable-1.7.4 test/rails_app/config/environments/development.rb
devise_invitable-1.7.3 test/rails_app/config/environments/development.rb
devise_invitable-1.7.2 test/rails_app/config/environments/development.rb
devise_invitable-1.7.1 test/rails_app/config/environments/development.rb
devise_invitable-1.7.0 test/rails_app/config/environments/development.rb
devise_invitable-1.6.1 test/rails_app/config/environments/development.rb
devise_invitable-1.6.0 test/rails_app/config/environments/development.rb
devise_invitable-1.5.5 test/rails_app/config/environments/development.rb