Sha256: 9c07d131c80d83122acf85ac576d835f902c4706f7bf8ebd125025bebc1dccac

Contents?: true

Size: 820 Bytes

Versions: 20

Compression:

Stored size: 820 Bytes

Contents

Example::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

  config.active_support.deprecation = :log
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
analytical-3.0.8 example/config/environments/development.rb
analytical-3.0.7 example/config/environments/development.rb
analytical-3.0.6 example/config/environments/development.rb
gsiener-analytical-2.10.2 example/config/environments/development.rb
gsiener-analytical-2.10.1 example/config/environments/development.rb
analytical-2.11.0 example/config/environments/development.rb
analytical-2.10.0 example/config/environments/development.rb
gsiener-analytical-2.10.0 example/config/environments/development.rb
analytical-2.9.0 example/config/environments/development.rb
analytical-2.8.0 example/config/environments/development.rb
analytical-2.7.2 example/config/environments/development.rb
analytical-2.7.1 example/config/environments/development.rb
analytical-2.7.0 example/config/environments/development.rb
analytical-2.6.0 example/config/environments/development.rb
analytical-2.5.0 example/config/environments/development.rb
analytical-2.4.0 example/config/environments/development.rb
analytical-2.3.0 example/config/environments/development.rb
analytical-2.2.0 example/config/environments/development.rb
analytical-2.1.0 example/config/environments/development.rb
analytical-2.0.0 example/config/environments/development.rb