Sha256: 1ad2330c731a00495a490b5c55f11ad5b25eb8e808cb18843b0f61a2d33e41b5

Contents?: true

Size: 635 Bytes

Versions: 3

Compression:

Stored size: 635 Bytes

Contents

require 'config/boot'

$:.unshift("#{RAILS_ROOT}/../../../../../rails/plugin_dependencies/lib")
begin
  require 'plugin_dependencies'
rescue Exception => e
end

Rails::Initializer.run do |config|
  config.plugin_paths.concat([
    "#{RAILS_ROOT}/../../..",
    "#{RAILS_ROOT}/../../../../migrations",
    "#{RAILS_ROOT}/../../../../../rails",
    "#{RAILS_ROOT}/../../../../../test"
  ])
  config.plugins = [
    'loaded_plugins',
    'appable_plugins',
    'plugin_migrations',
    File.basename(File.expand_path("#{RAILS_ROOT}/../..")),
    'dry_validity_assertions'
  ]
  config.cache_classes = false
  config.whiny_nils = true
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
has_addresses-0.0.2 test/app_root/config/environment.rb
has_phone_numbers-0.0.2 test/app_root/config/environment.rb
has_roles-0.0.2 test/app_root/config/environment.rb