aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/string_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-17/+15
* Make String#last behave more like Array#last, i.e.Scott Barron2006-02-081-0/+6
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+10
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-211-5/+1
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-1/+2
* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net]David Heinemeier Hansson2005-09-091-0/+11
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-0/+14
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+6
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-2/+2
* Added the meat for String inflectionDavid Heinemeier Hansson2005-01-151-0/+64