aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-18 21:14:07 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-18 21:14:07 +0000
commitf91acf0258b3d40cbb31663e965669b7199be051 (patch)
treea5a1caabd8c681b459360d92b7b62bf665c9a1eb /activesupport/lib/active_support.rb
parent2bdac92dcf8caf9e2b45796f8af56da6a293d722 (diff)
downloadrails-f91acf0258b3d40cbb31663e965669b7199be051.tar.gz
rails-f91acf0258b3d40cbb31663e965669b7199be051.tar.bz2
rails-f91acf0258b3d40cbb31663e965669b7199be051.zip
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Base64. Closes #10554.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8433 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 0b3816ec01..33e6fe97bf 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -45,5 +45,7 @@ require 'active_support/json'
require 'active_support/multibyte'
+require 'active_support/base64'
+
require 'active_support/testing'