Sha256: d81190a30dca66e50f29cbc962b35a015e22e8267ee9ed4335145ca911e7bb80

Contents?: true

Size: 766 Bytes

Versions: 11

Compression:

Stored size: 766 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 = true

# 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

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false

HOST = "localhost"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-oauth-0.2.4 test/rails_root/config/environments/development.rb
muck-oauth-0.2.3 test/rails_root/config/environments/development.rb
muck-oauth-0.2.2 test/rails_root/config/environments/development.rb
muck-oauth-0.2.1 test/rails_root/config/environments/development.rb
muck-oauth-0.2.0 test/rails_root/config/environments/development.rb
muck-oauth-0.1.11 test/rails_root/config/environments/development.rb
muck-oauth-0.1.9 test/rails_root/config/environments/development.rb
muck-oauth-0.1.8 test/rails_root/config/environments/development.rb
muck-oauth-0.1.7 test/rails_root/config/environments/development.rb
muck-oauth-0.1.6 test/rails_root/config/environments/development.rb
muck-oauth-0.1.5 test/rails_root/config/environments/development.rb