Sha256: 6dbf5144341fef03d1400faadb2be13d1c81b9b7cd4b173ebeaf77721bca8a12

Contents?: true

Size: 471 Bytes

Versions: 29

Compression:

Stored size: 471 Bytes

Contents

require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
  config.cache_classes = false
  config.whiny_nils = true
  config.action_controller.session = {:key => 'rails_session', :secret => 'd229e4d22437432705ab3985d4d246'}
  config.plugin_locators.unshift(
    Class.new(Rails::Plugin::Locator) do
      def plugins
        [Rails::Plugin.new(File.expand_path('.'))]
      end
    end
  ) unless defined?(PluginTestHelper::PluginLocator)
end

Version data entries

29 entries across 29 versions & 7 rubygems

Version Path
cjbottaro-param_protected-1.1.0 test/app_root/config/environment.rb
dinsley-markaby-0.0.5 test/app_root/config/environment.rb
dinsley-markaby-0.0.6 test/app_root/config/environment.rb
dinsley-markaby-0.0.7 test/app_root/config/environment.rb
dinsley-markaby-0.0.9 test/app_root/config/environment.rb
skozlov-netzke-core-0.4.1 test/app_root/config/environment.rb
skozlov-netzke-core-0.4.2 test/app_root/config/environment.rb
skozlov-netzke-core-0.4.3 test/app_root/config/environment.rb
acts_as_diffable-0.0.1 test/app_root/config/environment.rb
param_protected-1.3.1 test/app_root/config/environment.rb
netzke-core-0.5.5 test/app_root/config/environment.rb
netzke-core-0.5.4 test/app_root/config/environment.rb
netzke-core-0.5.3 test/app_root/config/environment.rb
netzke-core-0.5.2 test/app_root/config/environment.rb
param_protected-1.3.0 test/app_root/config/environment.rb
plugin_test_helper-0.3.1 generators/plugin_test_structure/templates/app_root/config/environment.rb
netzke-core-0.5.1 test/app_root/config/environment.rb
param_protected-1.2.0 test/app_root/config/environment.rb
netzke-core-0.5.0 test/app_root/config/environment.rb
param_protected-1.1.0 test/app_root/config/environment.rb