From 32af162414f2e092afa004b74a0be64fa53e7834 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 14 Sep 2009 02:50:12 -0700 Subject: Require active_support and active_record by name in LOAD_PATH instead of gem name (deprecated) --- lib/arel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/arel.rb') diff --git a/lib/arel.rb b/lib/arel.rb index 54a31b6ed0..b67186a308 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -1,11 +1,11 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rubygems' -require 'activesupport' +require 'active_support' require 'active_support/dependencies' require 'active_support/core_ext/class/attribute_accessors' require 'active_support/core_ext/module/delegation' -require 'activerecord' +require 'active_record' require 'active_record/connection_adapters/abstract/quoting' require 'arel/algebra' -- cgit v1.2.3