aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-22 16:53:58 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-22 16:53:58 -0700
commit7f6779c1d5e4ec7f642839caa7e86320720f77c8 (patch)
treeb6c7306a2a74efae0054445a2f41f5169a101422 /activesupport
parentf5d720fb96f2e085acc4ed17f63272c4d38e567e (diff)
parent6fee981fa4ea2654f825c58b58327fc15fddf3a6 (diff)
downloadrails-7f6779c1d5e4ec7f642839caa7e86320720f77c8.tar.gz
rails-7f6779c1d5e4ec7f642839caa7e86320720f77c8.tar.bz2
rails-7f6779c1d5e4ec7f642839caa7e86320720f77c8.zip
Merge branch 'master' into cherry
Conflicts: activesupport/lib/active_support.rb
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support.rb1
-rw-r--r--activesupport/test/json/decoding_test.rb1
2 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index f240cbf5e4..0879535487 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -51,6 +51,5 @@ module ActiveSupport
end
require 'active_support/vendor'
-require 'active_support/json'
I18n.load_path << "#{File.dirname(__FILE__)}/active_support/locale/en.yml"
diff --git a/activesupport/test/json/decoding_test.rb b/activesupport/test/json/decoding_test.rb
index 7d8a07654d..9b4b207c88 100644
--- a/activesupport/test/json/decoding_test.rb
+++ b/activesupport/test/json/decoding_test.rb
@@ -1,5 +1,6 @@
# encoding: UTF-8
require 'abstract_unit'
+require 'active_support/json'
class TestJSONDecoding < ActiveSupport::TestCase
TESTS = {