aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* 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