Sha256: c40f40b030aee426d6bcdb5b7dd7f42aa579e02c58b6f5afdb208ff77a67cae7

Contents?: true

Size: 873 Bytes

Versions: 18

Compression:

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

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
netzke-basepack-0.8.1 test/basepack_test_app/config/environments/development.rb
netzke-core-0.8.1 test/core_test_app/config/environments/development.rb
netzke-basepack-0.8.0 test/basepack_test_app/config/environments/development.rb
netzke-core-0.8.0 test/core_test_app/config/environments/development.rb
netzke-basepack-0.7.7 test/basepack_test_app/config/environments/development.rb
netzke-core-0.7.7 test/core_test_app/config/environments/development.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/config/environments/development.rb
netzke-basepack-0.7.6 test/basepack_test_app/config/environments/development.rb
netzke-core-0.7.6 test/core_test_app/config/environments/development.rb
netzke-basepack-0.7.5 test/basepack_test_app/config/environments/development.rb
netzke-core-0.7.5 test/core_test_app/config/environments/development.rb
netzke-basepack-0.7.4 test/basepack_test_app/config/environments/development.rb
netzke-basepack-0.7.3 test/basepack_test_app/config/environments/development.rb
netzke-basepack-0.7.2 test/basepack_test_app/config/environments/development.rb
netzke-core-0.7.4 test/core_test_app/config/environments/development.rb
netzke-basepack-0.7.1 test/basepack_test_app/config/environments/development.rb
netzke-core-0.7.3 test/core_test_app/config/environments/development.rb
netzke-core-0.7.2 test/core_test_app/config/environments/development.rb