aboutsummaryrefslogblamecommitdiffstats
path: root/railties/test/edge_rails.rb
blob: bd8a674738296ebcb0b3a41b2809b81957e20b8d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                               
require File.expand_path('../../../bundler', __FILE__)

%w(
  actionmailer
  actionpack
  activemodel
  activerecord
  activeresource
  activesupport
  railties
).each do |framework|
  framework_path = File.expand_path("../../../#{framework}/lib", __FILE__)
  $:.unshift(framework_path) if File.directory?(framework_path) && !$:.include?(framework_path)
end