Sha256: 4793869a7dd273ac00f7fb8232dc7326aebd3cddfe0d32e550161940ff1c3738

Contents?: true

Size: 1013 Bytes

Versions: 61

Compression:

Stored size: 1013 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 => "localhost",
#  :port => 25,
#  :domain => 'localdomain'
#}

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
backlog-0.10.4 config/environments/development.rb
backlog-0.10.3 config/environments/development.rb
backlog-0.10.5 config/environments/development.rb
backlog-0.10.6 config/environments/development.rb
backlog-0.10.7 config/environments/development.rb
backlog-0.12.0 config/environments/development.rb
backlog-0.11.0 config/environments/development.rb
backlog-0.10.8 config/environments/development.rb
backlog-0.12.1 config/environments/development.rb
backlog-0.12.2 config/environments/development.rb
backlog-0.12.4 config/environments/development.rb
backlog-0.12.3 config/environments/development.rb
backlog-0.14.0 config/environments/development.rb
backlog-0.13.1 config/environments/development.rb
backlog-0.13.0 config/environments/development.rb
backlog-0.14.1 config/environments/development.rb
backlog-0.14.3 config/environments/development.rb
backlog-0.14.2 config/environments/development.rb
backlog-0.14.4 config/environments/development.rb
backlog-0.15.0 config/environments/development.rb