aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* Added Time::Conversions for getting times in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+14
* Added next_week and made beginning_of_week be a Monday, not a SundayDavid Heinemeier Hansson2005-02-211-1/+7
* Treat UTC times nicerDavid Heinemeier Hansson2005-02-211-13/+12
* Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.y...David Heinemeier Hansson2005-02-211-0/+84
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-154-16/+16
* Added Hash#stringify_keys and Hash#stringify_keys!David Heinemeier Hansson2005-02-121-0/+14
* Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...David Heinemeier Hansson2005-02-111-1/+11
* Added methods for removing subclasses -- couldnt make it work with the regula...David Heinemeier Hansson2005-01-251-0/+21
* Fixed errors thrown to namespace collisionDavid Heinemeier Hansson2005-01-151-4/+18
* Added the meat for String inflectionDavid Heinemeier Hansson2005-01-151-0/+64
* Fixed the half applied 393 changesetDavid Heinemeier Hansson2005-01-112-23/+42
* Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marc...David Heinemeier Hansson2005-01-111-2/+33
* Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]David Heinemeier Hansson2005-01-101-4/+11
* Added time unit extensions to Fixnum that'll return the period in seconds, li...David Heinemeier Hansson2005-01-101-0/+16
* Added the first of the coming core extensionsDavid Heinemeier Hansson2005-01-091-0/+14