aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-08-25 21:22:34 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-08-25 21:22:34 -0700
commit172606e21f54fea39af68ede5f55a43deaf3ac68 (patch)
tree19c336e1ebc76a53a4d15b2573d7cce6fbad74c8 /activesupport/lib
parentb7a37b742c0abd1df8ea48cc82f76385cc0c41ea (diff)
downloadrails-172606e21f54fea39af68ede5f55a43deaf3ac68.tar.gz
rails-172606e21f54fea39af68ede5f55a43deaf3ac68.tar.bz2
rails-172606e21f54fea39af68ede5f55a43deaf3ac68.zip
Harmonize framework require strategy. Don't add self to load path since Rails initializer and RubyGems handle it.
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index b6c8be37c5..ae3e2360cd 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -21,8 +21,6 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
-$:.unshift(File.dirname(__FILE__))
-
require 'active_support/vendor'
require 'active_support/basic_object'
require 'active_support/inflector'