Sha256: 84e99fd339e234a039473f166b4d20cefa742356b010b17a8480b8307619360b

Contents?: true

Size: 1.06 KB

Versions: 16

Compression:

Stored size: 1.06 KB

Contents

# Settings specified here will take precedence over those in config/environment.rb

# The demo environment is meant for demonstrating the spree app in a simulated production mode.  
# The primary difference is that the ActiveMerchant gateway is considered to be in test mode and 
# that the bootstrap task can be run since its not technically production.
config.cache_classes = true

# Use a different logger for distributed setups
# config.logger = SyslogLogger.new

# Full error reports are disabled and caching is turned on
config.action_controller.consider_all_requests_local = false
config.action_controller.perform_caching             = true

# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host                  = "http://assets.example.com"

# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false

# Uncomment the line below if you want to use the gateway in test mode while deployed in production
ActiveMerchant::Billing::Base.gateway_mode = :test

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 config/environments/demo.rb
spree-enriquez-0.9.4 config/environments/demo.rb
spree-0.9.4 config/environments/demo.rb
spree-0.9.3 config/environments/demo.rb
spree-0.9.2 config/environments/demo.rb
spree-0.9.1 config/environments/demo.rb
spree-0.9.0 config/environments/demo.rb
spree-0.8.4 config/environments/demo.rb
spree-0.8.5 config/environments/demo.rb
spree-0.6.0 config/environments/demo.rb
spree-0.7.1 config/environments/demo.rb
spree-0.7.0 config/environments/demo.rb
spree-0.8.0 config/environments/demo.rb
spree-0.8.1 config/environments/demo.rb
spree-0.8.2 config/environments/demo.rb
spree-0.8.3 config/environments/demo.rb