Sha256: d788a0dab25a04dd52bb46e8a411556be9c5ae3d36b53391d96b3460c1d02954

Contents?: true

Size: 264 Bytes

Versions: 8

Compression:

Stored size: 264 Bytes

Contents

require 'config/boot'
require "#{File.dirname(__FILE__)}/../../../../plugins_plus/boot"

Rails::Initializer.run do |config|
  config.plugin_paths << '..'
  config.plugins = %w(plugins_plus preferences)
  config.cache_classes = false
  config.whiny_nils = true
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
preferences-0.0.1 test/app_root/config/environment.rb
preferences-0.1.3 test/app_root/config/environment.rb
preferences-0.1.4 test/app_root/config/environment.rb
preferences-0.1.0 test/app_root/config/environment.rb
preferences-0.1.1 test/app_root/config/environment.rb
preferences-0.1.2 test/app_root/config/environment.rb
preferences-0.1.5 test/app_root/config/environment.rb
preferences-0.2.0 test/app_root/config/environment.rb