aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-2/+2
* String#to_time overflows to DateTime. Add String#to_datetime. Closes #8572.Jeremy Kemper2007-06-041-1/+5
* Document Inflector.ordinalize and merge docs from String inflections. Closes ...Jeremy Kemper2007-01-141-1/+1
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-131-5/+5
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-5/+5
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+42
* Thoroughly document inflections. Closes #5700.Jeremy Kemper2006-08-031-11/+38
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-1/+1
* Added documentation for inflections (closes #5013) [m.stienstra@fngtps.com]David Heinemeier Hansson2006-06-031-3/+65
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-201-2/+5
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-0/+4
* A more aesthetically pleasing implementation and changelog entryScott Barron2006-02-081-3/+2
* Make String#last behave more like Array#last, i.e.Scott Barron2006-02-081-0/+1
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+17
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-211-1/+1
* Add title case method to String to do, e.g., 'action_web_service'.titlecase #...Marcel Molina2005-10-191-0/+6
* Forgot to add core_ext/string/starts_ends_with.rbDavid Heinemeier Hansson2005-09-091-0/+20
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-0/+58
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee...David Heinemeier Hansson2005-07-171-0/+2
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+19
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+49