Sha256: 97cb2df5a55ff18916de5a64de6e73e29c4c9f17979bc5f50455ce297c10840e

Contents?: true

Size: 1.99 KB

Versions: 13

Compression:

Stored size: 1.99 KB

Contents

# Be sure to restart your web server when you modify this file.

# Uncomment below to force Rails into production mode when 
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.1.1' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
  # Settings in config/environments/* take precedence over those specified here
  
  # Skip frameworks you're not going to use (only works if using vendor/rails)
  # config.frameworks -= [ :action_web_service, :action_mailer ]

  # Only load the plugins named here, by default all plugins in vendor/plugins are loaded
  # config.plugins = %W( exception_notification ssl_requirement )

  # Add additional load paths for your own custom dirs
  config.load_paths += %W( #{RAILS_ROOT}/../lib )

  # Force all environments to use the same logger level 
  # (by default production uses :info, the others :debug)
  # config.log_level = :debug

  # Use the database for sessions instead of the file system
  # (create the session table with 'rake db:sessions:create')
  # config.action_controller.session_store = :active_record_store

  # Use SQL instead of Active Record's schema dumper when creating the test database.
  # This is necessary if your schema can't be completely dumped by the schema dumper, 
  # like if you have constraints or database-specific column types
  # config.active_record.schema_format = :sql

  # Activate observers that should always be running
  # config.active_record.observers = :cacher, :garbage_collector

  # Make Active Record use UTC-base instead of local time
  # config.active_record.default_timezone = :utc
  
  # See Rails::Configuration for more options
  
  config.action_controller.session = { :session_key => "_myapp_session", :secret => "6c1372e61789239a727cdbc8252eb6da" }
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/config/environment.rb
nileshtrivedi-lp_resource_builder-0.5.3 test/config/environment.rb
spree-0.8.4 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.8.5 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.5.0 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.5.1 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.6.0 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.7.0 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.7.1 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.8.0 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.8.1 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.8.2 vendor/plugins/resource_controller/test/config/environment.rb
spree-0.8.3 vendor/plugins/resource_controller/test/config/environment.rb