aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-09-24 17:29:59 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-09-24 17:29:59 -0700
commit772a32a22d71f7a22108719d88c94959ae4942b6 (patch)
tree1ecf8e5c09516149806145a5d55c710316702ab8 /activesupport/lib/active_support.rb
parent0039c0344c54423413728a92509b42fe7f37d90c (diff)
downloadrails-772a32a22d71f7a22108719d88c94959ae4942b6.tar.gz
rails-772a32a22d71f7a22108719d88c94959ae4942b6.tar.bz2
rails-772a32a22d71f7a22108719d88c94959ae4942b6.zip
Convert the other vendored libs to avoid pulling in old gems. Works even if rubygems isn't loaded.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 3372fb853a..4444268997 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -35,7 +35,6 @@ module ActiveSupport
end
require 'active_support/autoload'
-require 'active_support/vendor'
require 'active_support/vendor/i18n'
I18n.load_path << "#{File.dirname(__FILE__)}/active_support/locale/en.yml"