edge_rider 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +1 -2
  3. data/.ruby-version +1 -1
  4. data/.travis.yml +61 -10
  5. data/README.md +7 -8
  6. data/Rakefile +5 -61
  7. data/edge_rider.gemspec +2 -3
  8. data/gemfiles/Gemfile.2.3.mysql2 +16 -0
  9. data/gemfiles/Gemfile.2.3.mysql2.lock +37 -0
  10. data/gemfiles/Gemfile.3.2.mysql2 +16 -0
  11. data/gemfiles/Gemfile.3.2.mysql2.lock +62 -0
  12. data/gemfiles/Gemfile.4.2.mysql2 +15 -0
  13. data/gemfiles/Gemfile.4.2.mysql2.lock +66 -0
  14. data/gemfiles/Gemfile.4.2.pg +15 -0
  15. data/gemfiles/Gemfile.4.2.pg.lock +66 -0
  16. data/gemfiles/Gemfile.5.1.mysql2 +15 -0
  17. data/gemfiles/Gemfile.5.1.mysql2.lock +63 -0
  18. data/gemfiles/Gemfile.5.1.pg +15 -0
  19. data/gemfiles/Gemfile.5.1.pg.lock +63 -0
  20. data/lib/edge_rider.rb +2 -0
  21. data/lib/edge_rider/collect_column.rb +7 -1
  22. data/lib/edge_rider/collect_ids.rb +3 -3
  23. data/lib/edge_rider/development.rb +2 -15
  24. data/lib/edge_rider/util.rb +31 -2
  25. data/lib/edge_rider/version.rb +1 -1
  26. data/spec/{shared/spec/edge_rider → edge_rider}/collect_column_spec.rb +0 -0
  27. data/spec/{shared/spec/edge_rider → edge_rider}/collect_ids_spec.rb +2 -2
  28. data/spec/{shared/spec/edge_rider → edge_rider}/origin_class_spec.rb +0 -0
  29. data/spec/{shared/spec/edge_rider → edge_rider}/preload_associations_spec.rb +0 -0
  30. data/spec/{shared/spec/edge_rider → edge_rider}/scoped_spec.rb +2 -1
  31. data/spec/{shared/spec/edge_rider → edge_rider}/to_id_query_spec.rb +3 -3
  32. data/spec/{shared/spec/edge_rider → edge_rider}/to_sql_spec.rb +1 -1
  33. data/spec/{shared/spec/edge_rider → edge_rider}/traverse_association_spec.rb +0 -0
  34. data/spec/{shared/spec/edge_rider → edge_rider}/util_spec.rb +0 -0
  35. data/spec/spec_helper.rb +12 -0
  36. data/spec/support/database.rb +34 -0
  37. data/spec/{shared/app_root/config → support}/database.sample.yml +6 -2
  38. data/spec/support/database.travis.yml +9 -0
  39. data/spec/support/models.rb +92 -0
  40. metadata +60 -155
  41. data/spec/rails-2.3/.ruby-version +0 -1
  42. data/spec/rails-2.3/Gemfile +0 -17
  43. data/spec/rails-2.3/Gemfile.lock +0 -66
  44. data/spec/rails-2.3/Rakefile +0 -11
  45. data/spec/rails-2.3/app_root/config/boot.rb +0 -130
  46. data/spec/rails-2.3/app_root/config/environment.rb +0 -16
  47. data/spec/rails-2.3/app_root/config/environments/test.rb +0 -0
  48. data/spec/rails-2.3/app_root/config/initializers/fix_missing_source_file.rb +0 -1
  49. data/spec/rails-2.3/app_root/config/preinitializer.rb +0 -22
  50. data/spec/rails-2.3/app_root/config/routes.rb +0 -15
  51. data/spec/rails-2.3/app_root/log/.gitignore +0 -1
  52. data/spec/rails-2.3/rcov.opts +0 -2
  53. data/spec/rails-2.3/spec.opts +0 -5
  54. data/spec/rails-2.3/spec/spec_helper.rb +0 -25
  55. data/spec/rails-3.0/.rspec +0 -2
  56. data/spec/rails-3.0/.ruby-version +0 -1
  57. data/spec/rails-3.0/Gemfile +0 -12
  58. data/spec/rails-3.0/Gemfile.lock +0 -120
  59. data/spec/rails-3.0/Rakefile +0 -11
  60. data/spec/rails-3.0/app_root/.gitignore +0 -4
  61. data/spec/rails-3.0/app_root/config/application.rb +0 -33
  62. data/spec/rails-3.0/app_root/config/boot.rb +0 -15
  63. data/spec/rails-3.0/app_root/config/environment.rb +0 -7
  64. data/spec/rails-3.0/app_root/config/environments/test.rb +0 -37
  65. data/spec/rails-3.0/app_root/config/initializers/backtrace_silencers.rb +0 -9
  66. data/spec/rails-3.0/app_root/config/initializers/inflections.rb +0 -12
  67. data/spec/rails-3.0/app_root/config/initializers/mime_types.rb +0 -7
  68. data/spec/rails-3.0/app_root/config/initializers/secret_token.rb +0 -9
  69. data/spec/rails-3.0/app_root/config/initializers/session_store.rb +0 -10
  70. data/spec/rails-3.0/app_root/config/routes.rb +0 -5
  71. data/spec/rails-3.0/app_root/lib/tasks/.gitkeep +0 -0
  72. data/spec/rails-3.0/app_root/log/.gitkeep +0 -0
  73. data/spec/rails-3.0/app_root/script/rails +0 -6
  74. data/spec/rails-3.0/rcov.opts +0 -2
  75. data/spec/rails-3.0/spec/spec_helper.rb +0 -23
  76. data/spec/rails-3.2/.rspec +0 -2
  77. data/spec/rails-3.2/.ruby-version +0 -1
  78. data/spec/rails-3.2/Gemfile +0 -16
  79. data/spec/rails-3.2/Gemfile.lock +0 -135
  80. data/spec/rails-3.2/Rakefile +0 -12
  81. data/spec/rails-3.2/app_root/.gitignore +0 -4
  82. data/spec/rails-3.2/app_root/config/application.rb +0 -33
  83. data/spec/rails-3.2/app_root/config/boot.rb +0 -15
  84. data/spec/rails-3.2/app_root/config/environment.rb +0 -7
  85. data/spec/rails-3.2/app_root/config/environments/test.rb +0 -37
  86. data/spec/rails-3.2/app_root/config/initializers/backtrace_silencers.rb +0 -9
  87. data/spec/rails-3.2/app_root/config/initializers/inflections.rb +0 -12
  88. data/spec/rails-3.2/app_root/config/initializers/mime_types.rb +0 -7
  89. data/spec/rails-3.2/app_root/config/initializers/secret_token.rb +0 -9
  90. data/spec/rails-3.2/app_root/config/initializers/session_store.rb +0 -10
  91. data/spec/rails-3.2/app_root/config/routes.rb +0 -5
  92. data/spec/rails-3.2/app_root/log/.gitignore +0 -1
  93. data/spec/rails-3.2/rcov.opts +0 -2
  94. data/spec/rails-3.2/spec/spec_helper.rb +0 -25
  95. data/spec/rails-4.1/.rspec +0 -2
  96. data/spec/rails-4.1/.ruby-version +0 -1
  97. data/spec/rails-4.1/Gemfile +0 -17
  98. data/spec/rails-4.1/Gemfile.lock +0 -138
  99. data/spec/rails-4.1/Rakefile +0 -12
  100. data/spec/rails-4.1/app_root/.gitignore +0 -16
  101. data/spec/rails-4.1/app_root/bin/bundle +0 -3
  102. data/spec/rails-4.1/app_root/bin/rails +0 -8
  103. data/spec/rails-4.1/app_root/bin/rake +0 -8
  104. data/spec/rails-4.1/app_root/bin/spring +0 -18
  105. data/spec/rails-4.1/app_root/config/application.rb +0 -28
  106. data/spec/rails-4.1/app_root/config/boot.rb +0 -4
  107. data/spec/rails-4.1/app_root/config/environment.rb +0 -5
  108. data/spec/rails-4.1/app_root/config/environments/development.rb +0 -37
  109. data/spec/rails-4.1/app_root/config/environments/production.rb +0 -83
  110. data/spec/rails-4.1/app_root/config/environments/test.rb +0 -39
  111. data/spec/rails-4.1/app_root/config/initializers/backtrace_silencers.rb +0 -7
  112. data/spec/rails-4.1/app_root/config/initializers/cookies_serializer.rb +0 -3
  113. data/spec/rails-4.1/app_root/config/initializers/filter_parameter_logging.rb +0 -4
  114. data/spec/rails-4.1/app_root/config/initializers/inflections.rb +0 -16
  115. data/spec/rails-4.1/app_root/config/initializers/mime_types.rb +0 -4
  116. data/spec/rails-4.1/app_root/config/initializers/session_store.rb +0 -3
  117. data/spec/rails-4.1/app_root/config/initializers/wrap_parameters.rb +0 -14
  118. data/spec/rails-4.1/app_root/config/routes.rb +0 -3
  119. data/spec/rails-4.1/app_root/config/secrets.yml +0 -22
  120. data/spec/rails-4.1/rcov.opts +0 -2
  121. data/spec/rails-4.1/spec/spec_helper.rb +0 -31
  122. data/spec/shared/app_root/app/controllers/application_controller.rb +0 -5
  123. data/spec/shared/app_root/app/models/allow_setting_id_on_create.rb +0 -21
  124. data/spec/shared/app_root/app/models/forum.rb +0 -11
  125. data/spec/shared/app_root/app/models/post.rb +0 -11
  126. data/spec/shared/app_root/app/models/profile.rb +0 -8
  127. data/spec/shared/app_root/app/models/topic.rb +0 -14
  128. data/spec/shared/app_root/app/models/user.rb +0 -13
  129. data/spec/shared/app_root/config/database.travis_ci.yml +0 -6
  130. data/spec/shared/app_root/db/migrate/001_create_test_tables.rb +0 -45
@@ -1,11 +0,0 @@
1
- require 'rake'
2
- require 'spec/rake/spectask'
3
-
4
- desc 'Default: Run all specs for a specific rails version.'
5
- task :default => :spec
6
-
7
- desc "Run all specs for a specific rails version"
8
- Spec::Rake::SpecTask.new() do |t|
9
- t.spec_opts = ['--options', "\"spec.opts\""]
10
- t.spec_files = defined?(SPEC) ? SPEC : FileList['**/*_spec.rb', '../shared/spec/**/*_spec.rb']
11
- end
@@ -1,130 +0,0 @@
1
- # encoding: utf-8
2
-
3
- # Allow customization of the rails framework path
4
- RAILS_FRAMEWORK_ROOT = (ENV['RAILS_FRAMEWORK_ROOT'] || "#{File.dirname(__FILE__)}/../../../../../../vendor/rails") unless defined?(RAILS_FRAMEWORK_ROOT)
5
-
6
- # Don't change this file!
7
- # Configure your app in config/environment.rb and config/environments/*.rb
8
-
9
- RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT)
10
-
11
- module Rails
12
- class << self
13
- def boot!
14
- unless booted?
15
- preinitialize
16
- pick_boot.run
17
- end
18
- end
19
-
20
- def booted?
21
- defined? Rails::Initializer
22
- end
23
-
24
- def pick_boot
25
- (vendor_rails? ? VendorBoot : GemBoot).new
26
- end
27
-
28
- def vendor_rails?
29
- File.exist?(RAILS_FRAMEWORK_ROOT)
30
- end
31
-
32
- def preinitialize
33
- load(preinitializer_path) if File.exist?(preinitializer_path)
34
- end
35
-
36
- def preinitializer_path
37
- "#{RAILS_ROOT}/config/preinitializer.rb"
38
- end
39
- end
40
-
41
- class Boot
42
- def run
43
- load_initializer
44
- Rails::Initializer.run(:set_load_path)
45
- end
46
- end
47
-
48
- class VendorBoot < Boot
49
- def load_initializer
50
- require "#{RAILS_FRAMEWORK_ROOT}/railties/lib/initializer"
51
- Rails::Initializer.run(:install_gem_spec_stubs)
52
- end
53
- end
54
-
55
- class GemBoot < Boot
56
- def load_initializer
57
- self.class.load_rubygems
58
- load_rails_gem
59
- require 'initializer'
60
- end
61
-
62
- def load_rails_gem
63
- if version = self.class.gem_version
64
- gem 'rails', version
65
- else
66
- gem 'rails'
67
- end
68
- rescue Gem::LoadError => load_error
69
- $stderr.puts %(Missing the Rails #{version} gem. Please `gem install -v=#{version} rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.)
70
- exit 1
71
- end
72
-
73
- class << self
74
- def rubygems_version
75
- Gem::RubyGemsVersion rescue nil
76
- end
77
-
78
- def gem_version
79
- if defined? RAILS_GEM_VERSION
80
- RAILS_GEM_VERSION
81
- elsif ENV.include?('RAILS_GEM_VERSION')
82
- ENV['RAILS_GEM_VERSION']
83
- else
84
- parse_gem_version(read_environment_rb)
85
- end
86
- end
87
-
88
- def load_rubygems
89
- require 'rubygems'
90
- min_version = '1.1.1'
91
- unless rubygems_version >= min_version
92
- $stderr.puts %Q(Rails requires RubyGems >= #{min_version} (you have #{rubygems_version}). Please `gem update --system` and try again.)
93
- exit 1
94
- end
95
-
96
- rescue LoadError
97
- $stderr.puts %Q(Rails requires RubyGems >= #{min_version}. Please install RubyGems and try again: http://rubygems.rubyforge.org)
98
- exit 1
99
- end
100
-
101
- def parse_gem_version(text)
102
- $1 if text =~ /^[^#]*RAILS_GEM_VERSION\s*=\s*["']([!~<>=]*\s*[\d.]+)["']/
103
- end
104
-
105
- private
106
- def read_environment_rb
107
- environment_rb = "#{RAILS_ROOT}/config/environment.rb"
108
- environment_rb = "#{HELPER_RAILS_ROOT}/config/environment.rb" unless File.exists?(environment_rb)
109
- File.read(environment_rb)
110
- end
111
- end
112
- end
113
- end
114
-
115
- class Rails::Boot
116
- def run
117
- load_initializer
118
-
119
- Rails::Initializer.class_eval do
120
- def load_gems
121
- @bundler_loaded ||= Bundler.require :default, Rails.env
122
- end
123
- end
124
-
125
- Rails::Initializer.run(:set_load_path)
126
- end
127
- end
128
-
129
- # All that for this:
130
- Rails.boot!
@@ -1,16 +0,0 @@
1
- # encoding: utf-8
2
-
3
- require File.join(File.dirname(__FILE__), 'boot')
4
-
5
- Rails::Initializer.run do |config|
6
- config.cache_classes = false
7
- config.whiny_nils = true
8
- config.action_controller.session = { :key => "_myapp_session", :secret => "gwirofjweroijger8924rt2zfwehfuiwehb1378rifowenfoqwphf23" }
9
- config.plugin_locators.unshift(
10
- Class.new(Rails::Plugin::Locator) do
11
- def plugins
12
- [Rails::Plugin.new(File.expand_path('.'))]
13
- end
14
- end
15
- ) unless defined?(PluginTestHelper::PluginLocator)
16
- end
File without changes
@@ -1 +0,0 @@
1
- MissingSourceFile::REGEXPS.push([/^cannot load such file -- (.+)$/i, 1])
@@ -1,22 +0,0 @@
1
- # encoding: utf-8
2
-
3
- begin
4
- require "rubygems"
5
- require "bundler"
6
- rescue LoadError
7
- raise "Could not load the bundler gem. Install it with `gem install bundler`."
8
- end
9
-
10
- if Gem::Version.new(Bundler::VERSION) <= Gem::Version.new("0.9.24")
11
- raise RuntimeError, "Your bundler version is too old for Rails 2.3." +
12
- "Run `gem install bundler` to upgrade."
13
- end
14
-
15
- begin
16
- # Set up load paths for all bundled gems
17
- ENV["BUNDLE_GEMFILE"] = File.expand_path("../../Gemfile", __FILE__)
18
- Bundler.setup
19
- rescue Bundler::GemNotFound
20
- raise RuntimeError, "Bundler couldn't find some gems." +
21
- "Did you run `bundle install`?"
22
- end
@@ -1,15 +0,0 @@
1
- # encoding: utf-8
2
-
3
- ActionController::Routing::Routes.draw do |map|
4
-
5
- map.resource :dashboard, :member => { :error => :post }
6
-
7
- map.resources :songs
8
-
9
- map.resources :users
10
-
11
- map.resources :risks
12
-
13
- map.resources :cakes, :member => { :custom_action => :get }
14
-
15
- end
@@ -1 +0,0 @@
1
- *.log
@@ -1,2 +0,0 @@
1
- --exclude "spec/*,gems/*"
2
- --rails
@@ -1,5 +0,0 @@
1
- --colour
2
- --format progress
3
- --loadby mtime
4
- --reverse
5
- --backtrace
@@ -1,25 +0,0 @@
1
- # encoding: utf-8
2
-
3
- $: << File.join(File.dirname(__FILE__), "/../../lib" )
4
-
5
- ENV['RAILS_ENV'] = 'test'
6
-
7
- # Load the Rails environment and testing framework
8
- require "#{File.dirname(__FILE__)}/../app_root/config/environment"
9
- require 'spec/rails'
10
- require 'edge_rider/development'
11
- DatabaseCleaner.strategy = :truncation
12
-
13
- # Requires supporting files with custom matchers and macros, etc in ./support/ and its subdirectories.
14
- Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}
15
-
16
- # Run the migrations
17
- EdgeRider::Development.migrate_test_database
18
-
19
- Spec::Runner.configure do |config|
20
- config.use_transactional_fixtures = false
21
- config.use_instantiated_fixtures = false
22
- config.before(:each) do
23
- DatabaseCleaner.clean
24
- end
25
- end
@@ -1,2 +0,0 @@
1
- --colour
2
- --format progress
@@ -1 +0,0 @@
1
- 1.9.3
@@ -1,12 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'rails', '~>3.0.17'
4
- gem 'rspec'
5
- gem 'rspec-rails'
6
- gem 'mysql2', '~>0.2.0'
7
- gem 'ruby-debug', :platforms => :ruby_18
8
- gem 'database_cleaner', '=1.0.1'
9
- gem 'andand'
10
- gem 'has_defaults'
11
-
12
- gem 'edge_rider', :path => '../..'
@@ -1,120 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- edge_rider (0.3.0)
5
- activerecord
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- abstract (1.0.0)
11
- actionmailer (3.0.20)
12
- actionpack (= 3.0.20)
13
- mail (~> 2.2.19)
14
- actionpack (3.0.20)
15
- activemodel (= 3.0.20)
16
- activesupport (= 3.0.20)
17
- builder (~> 2.1.2)
18
- erubis (~> 2.6.6)
19
- i18n (~> 0.5.0)
20
- rack (~> 1.2.5)
21
- rack-mount (~> 0.6.14)
22
- rack-test (~> 0.5.7)
23
- tzinfo (~> 0.3.23)
24
- activemodel (3.0.20)
25
- activesupport (= 3.0.20)
26
- builder (~> 2.1.2)
27
- i18n (~> 0.5.0)
28
- activerecord (3.0.20)
29
- activemodel (= 3.0.20)
30
- activesupport (= 3.0.20)
31
- arel (~> 2.0.10)
32
- tzinfo (~> 0.3.23)
33
- activeresource (3.0.20)
34
- activemodel (= 3.0.20)
35
- activesupport (= 3.0.20)
36
- activesupport (3.0.20)
37
- andand (1.3.3)
38
- arel (2.0.10)
39
- builder (2.1.2)
40
- columnize (0.3.6)
41
- database_cleaner (1.0.1)
42
- diff-lcs (1.2.4)
43
- erubis (2.6.6)
44
- abstract (>= 1.0.0)
45
- has_defaults (0.4.1)
46
- activerecord
47
- i18n (0.5.0)
48
- json (1.8.0)
49
- linecache (0.46)
50
- rbx-require-relative (> 0.0.4)
51
- mail (2.2.20)
52
- activesupport (>= 2.3.6)
53
- i18n (>= 0.4.0)
54
- mime-types (~> 1.16)
55
- treetop (~> 1.4.8)
56
- mime-types (1.25)
57
- mysql2 (0.2.20)
58
- polyglot (0.3.3)
59
- rack (1.2.8)
60
- rack-mount (0.6.14)
61
- rack (>= 1.0.0)
62
- rack-test (0.5.7)
63
- rack (>= 1.0)
64
- rails (3.0.20)
65
- actionmailer (= 3.0.20)
66
- actionpack (= 3.0.20)
67
- activerecord (= 3.0.20)
68
- activeresource (= 3.0.20)
69
- activesupport (= 3.0.20)
70
- bundler (~> 1.0)
71
- railties (= 3.0.20)
72
- railties (3.0.20)
73
- actionpack (= 3.0.20)
74
- activesupport (= 3.0.20)
75
- rake (>= 0.8.7)
76
- rdoc (~> 3.4)
77
- thor (~> 0.14.4)
78
- rake (10.1.0)
79
- rbx-require-relative (0.0.9)
80
- rdoc (3.12.2)
81
- json (~> 1.4)
82
- rspec (2.14.1)
83
- rspec-core (~> 2.14.0)
84
- rspec-expectations (~> 2.14.0)
85
- rspec-mocks (~> 2.14.0)
86
- rspec-core (2.14.5)
87
- rspec-expectations (2.14.2)
88
- diff-lcs (>= 1.1.3, < 2.0)
89
- rspec-mocks (2.14.3)
90
- rspec-rails (2.14.0)
91
- actionpack (>= 3.0)
92
- activesupport (>= 3.0)
93
- railties (>= 3.0)
94
- rspec-core (~> 2.14.0)
95
- rspec-expectations (~> 2.14.0)
96
- rspec-mocks (~> 2.14.0)
97
- ruby-debug (0.10.4)
98
- columnize (>= 0.1)
99
- ruby-debug-base (~> 0.10.4.0)
100
- ruby-debug-base (0.10.4)
101
- linecache (>= 0.3)
102
- thor (0.14.6)
103
- treetop (1.4.15)
104
- polyglot
105
- polyglot (>= 0.3.1)
106
- tzinfo (0.3.37)
107
-
108
- PLATFORMS
109
- ruby
110
-
111
- DEPENDENCIES
112
- andand
113
- database_cleaner (= 1.0.1)
114
- edge_rider!
115
- has_defaults
116
- mysql2 (~> 0.2.0)
117
- rails (~> 3.0.17)
118
- rspec
119
- rspec-rails
120
- ruby-debug
@@ -1,11 +0,0 @@
1
- require 'rake'
2
- require 'rspec/core/rake_task'
3
-
4
- desc 'Default: Run all specs for a specific rails version.'
5
- task :default => :spec
6
-
7
- desc "Run all specs for a specific rails version"
8
- RSpec::Core::RakeTask.new(:spec) do |t|
9
- t.pattern = defined?(SPEC) ? SPEC : ['**/*_spec.rb', '../shared/spec/**/*_spec.rb']
10
- t.verbose = false
11
- end
@@ -1,4 +0,0 @@
1
- .bundle
2
- db/*.sqlite3
3
- log/*.log
4
- tmp/**/*
@@ -1,33 +0,0 @@
1
- # encoding: utf-8
2
-
3
- require File.expand_path('../boot', __FILE__)
4
-
5
- require 'rails/all'
6
-
7
- # If you have a Gemfile, require the gems listed there, including any gems
8
- # you've limited to :test, :development, or :production.
9
- Bundler.require(:default, Rails.env) if defined?(Bundler)
10
-
11
- module SpecApp
12
- class Application < Rails::Application
13
- config.encoding = "utf-8"
14
-
15
- config.cache_classes = true
16
- config.whiny_nils = true
17
-
18
- config.consider_all_requests_local = true
19
- config.action_controller.perform_caching = false
20
-
21
- config.action_dispatch.show_exceptions = false
22
-
23
- config.action_controller.allow_forgery_protection = false
24
-
25
- config.action_mailer.delivery_method = :test
26
-
27
- config.active_support.deprecation = :stderr
28
-
29
- config.root = File.expand_path('../..', __FILE__)
30
-
31
- # railties.plugins << Rails::Plugin.new(File.expand_path('../../../../..', __FILE__))
32
- end
33
- end