Sha256: d85d379eac9cc494a9c43005a4d42a0e3f9192917688c9b720709991816bdb53

Contents?: true

Size: 776 Bytes

Versions: 24

Compression:

Stored size: 776 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
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
analytical-1.9.0 example/config/environments/development.rb
analytical-1.8.0 example/config/environments/development.rb
analytical-1.7.0 example/config/environments/development.rb
analytical-1.6.0 example/config/environments/development.rb
analytical-1.5.0 example/config/environments/development.rb
analytical-1.4.0 example/config/environments/development.rb
analytical-1.3.0 example/config/environments/development.rb
analytical-1.2.0 example/config/environments/development.rb
analytical-1.1.1 example/config/environments/development.rb
analytical-1.1.0 example/config/environments/development.rb
analytical-1.0.0 example/config/environments/development.rb
analytical-0.16.0 example/config/environments/development.rb
analytical-0.15.0 example/config/environments/development.rb
analytical-0.14.0 example/config/environments/development.rb
analytical-0.13.0 example/config/environments/development.rb
analytical-0.12.0 example/config/environments/development.rb
analytical-0.11.0 example/config/environments/development.rb
analytical-0.10.0 example/config/environments/development.rb
analytical-0.9.0 example/config/environments/development.rb
analytical-0.8.0 example/config/environments/development.rb