aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/iterators.rb
Commit message (Expand)AuthorAgeFilesLines
* stdlib autoloads were hanging on 1.9.1Jeremy Kemper2009-04-221-3/+2
* Convert string extension modules to class reopensJeremy Kemper2009-04-221-18/+9
* Autoload StringScanner for pre-1.9 String#each_charJeremy Kemper2009-04-171-1/+1
* Changed the fallback String#each_char to use valid 1.9 syntax.Tom Lea2008-11-221-1/+3
* Ruby 1.8.7 compat: String#start_with? and #end_with?Jeremy Kemper2008-04-201-0/+4
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+17