Sha256: bbd6f05a592595a4a79c8eda8fa935cc24badfdbbf77c627c4bcb94b2e694231

Contents?: true

Size: 778 Bytes

Versions: 18

Compression:

Stored size: 778 Bytes

Contents

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

18 entries across 18 versions & 1 rubygems

Version Path
ar-octopus-0.6.0 sample_app/config/environments/development.rb
ar-octopus-0.5.0 sample_app/config/environments/development.rb
ar-octopus-0.4.0 sample_app/config/environments/development.rb
ar-octopus-0.3.4 sample_app/config/environments/development.rb
ar-octopus-0.3.3 sample_app/config/environments/development.rb
ar-octopus-0.3.2 sample_app/config/environments/development.rb
ar-octopus-0.3.1 sample_app/config/environments/development.rb
ar-octopus-0.3.0 sample_app/config/environments/development.rb
ar-octopus-0.2.2 sample_app/config/environments/development.rb
ar-octopus-0.2.1 sample_app/config/environments/development.rb
ar-octopus-0.2.0 sample_app/config/environments/development.rb
ar-octopus-0.1.2 sample_app/config/environments/development.rb
ar-octopus-0.1.1 sample_app/config/environments/development.rb
ar-octopus-0.1.0 sample_app/config/environments/development.rb
ar-octopus-0.0.30 sample_app/config/environments/development.rb
ar-octopus-0.0.29 sample_app/config/environments/development.rb
ar-octopus-0.0.28 sample_app/config/environments/development.rb
ar-octopus-0.0.27 sample_app/config/environments/development.rb