aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-03-03 04:50:56 +0000
committerMarcel Molina <marcel@vernix.org>2007-03-03 04:50:56 +0000
commita7b90b7cdd779fcde2bc3f4c97f69a72ca714440 (patch)
tree6e9932c8c1b8e88a69612a8bea6ff7f1983ac69a /railties
parent9f53e09eb9b4eb2e1711a8e92b7244a1f1301bbc (diff)
downloadrails-a7b90b7cdd779fcde2bc3f4c97f69a72ca714440.tar.gz
rails-a7b90b7cdd779fcde2bc3f4c97f69a72ca714440.tar.bz2
rails-a7b90b7cdd779fcde2bc3f4c97f69a72ca714440.zip
Move plugin classes into the rails directory to match their namespace
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6293 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/initializer.rb4
-rw-r--r--railties/lib/rails/plugin/loader.rb (renamed from railties/lib/plugin/loader.rb)0
-rw-r--r--railties/lib/rails/plugin/locator.rb (renamed from railties/lib/plugin/locator.rb)0
3 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb
index 4e4e260056..1e01758729 100644
--- a/railties/lib/initializer.rb
+++ b/railties/lib/initializer.rb
@@ -2,8 +2,8 @@ require 'logger'
require 'set'
require File.join(File.dirname(__FILE__), 'railties_path')
require File.join(File.dirname(__FILE__), 'rails/version')
-require File.join(File.dirname(__FILE__), 'plugin/locator')
-require File.join(File.dirname(__FILE__), 'plugin/loader')
+require File.join(File.dirname(__FILE__), 'rails/plugin/locator')
+require File.join(File.dirname(__FILE__), 'rails/plugin/loader')
RAILS_ENV = (ENV['RAILS_ENV'] || 'development').dup unless defined?(RAILS_ENV)
diff --git a/railties/lib/plugin/loader.rb b/railties/lib/rails/plugin/loader.rb
index d5ad3aa8e3..d5ad3aa8e3 100644
--- a/railties/lib/plugin/loader.rb
+++ b/railties/lib/rails/plugin/loader.rb
diff --git a/railties/lib/plugin/locator.rb b/railties/lib/rails/plugin/locator.rb
index 6c4f2605bb..6c4f2605bb 100644
--- a/railties/lib/plugin/locator.rb
+++ b/railties/lib/rails/plugin/locator.rb