Sha256: 80be4a11fd1d0ca161888a29daf6a7f17694c8b3ac2ad92eba8621d9ca6a3828
Contents?: true
Size: 952 Bytes
Versions: 3
Compression:
Stored size: 952 Bytes
Contents
# 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.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false config.action_view.debug_rjs = true # Raise exceptions when mailer fails config.action_mailer.raise_delivery_errors = true ActionMailer::Base.delivery_method = :sendmail #ActionMailer::Base.delivery_method = :smtp #ActionMailer::Base.smtp_settings = { # :address => "localhost", # :port => 25, # :domain => 'localdomain' #}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.37.2 | config/environments/development.rb.rails2 |
backlog-0.37.1 | config/environments/development.rb.rails2 |
backlog-0.36.2 | config/environments/development.rb |