Sha256: f7d42d66babb1104e35191201834f5ab85bea0e7389cb33db97f91b48efb5929

Contents?: true

Size: 745 Bytes

Versions: 2

Compression:

Stored size: 745 Bytes

Contents

require 'config/boot'

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

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

Dependencies.log_activity = true

Version data entries

2 entries across 2 versions & 2 rubygems

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