aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/date_and_time_behavior.rb
Commit message (Collapse)AuthorAgeFilesLines
* better document `next_week` functionaility closes #9568Jon Rowe2013-04-261-0/+5
|
* Date.beginning_of_week thread local and beginning_of_week application config ↵gregolsen2012-09-181-0/+50
| | | | option added (default is Monday)
* Refactored common date and time calculations.Pan Thomakos2012-08-041-0/+186
* Added the `DateAndTime::Calculations` module that is included in Time and Date. It houses common calculations to reduce duplicated code. * Simplified and cleaned-up the calculation code. * Removed duplication in tests by adding a behavior module for shared tests. I also added some missing tests.