aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/unicode.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove 1.9's String#chars alsoJeremy Kemper2008-06-061-13/+11
* Merge docrails.Pratik Naik2008-05-251-5/+5
* Use append_features instead of included to get the inclusion order rightJeremy Kemper2008-04-201-1/+2
* Override incompatible 1.8.7p1 String#charsJeremy Kemper2008-04-191-0/+6
* Feature check :force_encoding instead of RUBY_VERSIONJeremy Kemper2008-04-191-1/+1
* Improve documentation.Pratik Naik2008-04-051-4/+4
* Improve documentation.Pratik Naik2008-03-261-1/+1
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-32/+51
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-2/+2
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+42