Sha256: b1608b3c5647fa09a80f6073508ec887193ea16409b9d2c3f5a64f74b94867f1

Contents?: true

Size: 985 Bytes

Versions: 93

Compression:

Stored size: 985 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

93 entries across 90 versions & 1 rubygems

Version Path
backlog-0.0.0 config/environments/development.rb
backlog-0.0.1 config/environments/development.rb
backlog-0.0.2 config/environments/development.rb
backlog-0.0.4 config/environments/development.rb
backlog-0.0.5 config/environments/development.rb
backlog-0.0.5 config/environments/development_mysql.rb
backlog-0.1.1 config/environments/development_mysql.rb
backlog-0.1.1 config/environments/development.rb
backlog-0.1.0 config/environments/development.rb
backlog-0.1.0 config/environments/development_mysql.rb
backlog-0.1.2 config/environments/development_mysql.rb
backlog-0.10.1 config/environments/development_mysql.rb
backlog-0.10.0 config/environments/development_mysql.rb
backlog-0.10.3 config/environments/development_mysql.rb
backlog-0.10.4 config/environments/development_mysql.rb
backlog-0.10.5 config/environments/development_mysql.rb
backlog-0.10.2 config/environments/development_mysql.rb
backlog-0.10.7 config/environments/development_mysql.rb
backlog-0.10.6 config/environments/development_mysql.rb
backlog-0.12.0 config/environments/development_mysql.rb