aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert string extension modules to class reopensJeremy Kemper2009-04-221-10/+0
* Convert String conversions, filters, starts/ends_with, and multibyte extensio...Jeremy Kemper2009-03-281-8/+5
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-2/+4
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+2
* Ruby 1.8.7 compat: String#start_with? and #end_with?Jeremy Kemper2008-04-201-10/+3
* Add String#squish and String#squish! to remove consecutive chunks of whitespa...Michael Koziarski2008-02-161-0/+2
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-1/+6
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-6/+6
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-2/+4
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+2
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+2
* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net]David Heinemeier Hansson2005-09-091-0/+2
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-1/+3
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+2
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+5