Sha256: 0370716b3880cd8fa4b717d1d7947215ca74875023f9470bbc21dddad259ff54

Contents?: true

Size: 989 Bytes

Versions: 52

Compression:

Stored size: 989 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.cache_template_extensions         = 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 => "mail.datek.no",
#  :port => 25
#}

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
backlog-0.1.2 config/environments/development.rb
backlog-0.10.0 config/environments/development.rb
backlog-0.10.1 config/environments/development.rb
backlog-0.10.2 config/environments/development.rb
backlog-0.2.0 config/environments/development.rb
backlog-0.2.1 config/environments/development.rb
backlog-0.3.0 config/environments/development.rb
backlog-0.3.3 config/environments/development.rb
backlog-0.3.2 config/environments/development.rb
backlog-0.3.1 config/environments/development.rb
backlog-0.3.4 config/environments/development.rb
backlog-0.3.6 config/environments/development.rb
backlog-0.3.5 config/environments/development.rb
backlog-0.3.7 config/environments/development.rb
backlog-0.3.8 config/environments/development.rb
backlog-0.3.9 config/environments/development.rb
backlog-0.4.0 config/environments/development.rb
backlog-0.5.0 config/environments/development.rb
backlog-0.5.1 config/environments/development.rb
backlog-0.5.10 config/environments/development.rb