diff options
author | wycats <wycats@gmail.com> | 2010-05-15 03:47:24 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-05-16 22:43:35 +0400 |
commit | af0d1a88157942c6e6398dbf73891cff1e152405 (patch) | |
tree | 75053e7b5f3323c986e6a1e2d4a859e8010d284c /activesupport/lib/active_support/ruby | |
parent | f8432108e85c06ab8939869ece0297e72c21e7fe (diff) | |
download | rails-af0d1a88157942c6e6398dbf73891cff1e152405.tar.gz rails-af0d1a88157942c6e6398dbf73891cff1e152405.tar.bz2 rails-af0d1a88157942c6e6398dbf73891cff1e152405.zip |
Initial work to improve the state of encodings for templates
Diffstat (limited to 'activesupport/lib/active_support/ruby')
-rw-r--r-- | activesupport/lib/active_support/ruby/shim.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb index 4a9ac920e8..608b3fe4b9 100644 --- a/activesupport/lib/active_support/ruby/shim.rb +++ b/activesupport/lib/active_support/ruby/shim.rb @@ -15,6 +15,7 @@ require 'active_support/core_ext/enumerable' require 'active_support/core_ext/process/daemon' require 'active_support/core_ext/string/conversions' require 'active_support/core_ext/string/interpolation' +require 'active_support/core_ext/string/encoding' require 'active_support/core_ext/rexml' require 'active_support/core_ext/time/conversions' require 'active_support/core_ext/file/path' |