aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/encoding.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
|
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+4
|
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-8/+2
| | | | | | There are a bunch of other implicit branches that adds 1.8.x specific code that still needs to be removed. Pull requests for those cases are welcome.
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+11
| | | | This reverts commit ade756fe42423033bae8e5aea8f58782f7a6c517.
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-11/+0
| | | | This reverts commits af0d1a88157942c6e6398dbf73891cff1e152405 and 64d109e3539ad600f58536d3ecabd2f87b67fd1c.
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+11