aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-051-4/+6
|\
| * Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-151-4/+6
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-031-21/+0
* | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-291-0/+10
|\ \
| * | Added Time#middle_of_dayAnatoli Makarevich2013-07-281-0/+10
| |/
* | Return local time for backwards compatibilityAndrew White2013-07-091-1/+1
* | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-3/+8
* | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-1/+1
* | Removed unsued deprecation requireRashmi Yadav2013-07-041-1/+0
* | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-35/+0
* | Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+12
|/
* Correct comment for (beginning|end)_of_minuteGert Goet2013-02-221-2/+2
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-211-0/+15
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-0/+10
* Add missing at_end_of_* aliasesAndrew White2012-12-111-0/+2
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-291-0/+9
* Hash Syntax changes to 1.9 formatAvnerCohen2012-10-201-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-7/+10
|\
| * update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-7/+10
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-2/+3
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-011-2/+7
|\
| * Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-291-2/+7
* | Refactored common date and time calculations.Pan Thomakos2012-08-041-198/+3
|/
* adds a missing require [fixes #6896]Xavier Noria2012-07-151-0/+1
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-10/+15
* Add missing require.Rhett Sutphin2012-06-251-0/+1
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+11
* respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-181-4/+4
* added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-041-0/+15
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-2/+5
* AS core_ext refactoringAlexey Gaziev2012-04-291-21/+74
* Remove circular require of time/zonesOscar Del Ben2012-04-211-1/+0
* Merge pull request #4284 from mattdbridges/time_calculation_aliasesXavier Noria2012-02-281-0/+3
|\
| * Adding :last_week, :last_month, and :last_year aliases to Time and DateMatt Bridges2012-02-211-0/+3
* | Update Time#change docs to reflect the options it usesEric Oestrich2012-02-171-1/+1
* | Optional start_day argument for Time#all_week.kennyj2012-02-061-3/+3
|/
* Nano seconds fraction of time is copied properly in Time#advancePawel Pierzchala2012-01-051-1/+1
* Adds Time#sunday methodVijay Dev2011-11-261-0/+6
* Convert aliases monday and sunday to methodsVijay Dev2011-11-261-1/+6
* API docstrings updated with default value infogregolsen2011-11-251-3/+3
* beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-251-8/+16
* Merge pull request #3725 from marcandre/twz_eqlYehuda Katz2011-11-221-0/+10
|\
| * Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-221-0/+10
* | updating API docstring so that user can infer default valuegregolsen2011-11-171-2/+2
|/
* Edited activesupport/lib/active_support/core_ext/time/calculations.rb via GitHubJeremy Evans2011-09-011-1/+1
* Fix AR test suite error under Rubinius 2.0Guillermo Iguaran2011-08-051-0/+1
* Rename Time#whole_* to Time#all_* [thanks Pratik!]David Heinemeier Hansson2011-06-131-5/+5
* Added Time#whole_day/week/quarter/year as a way of generating ranges (example...David Heinemeier Hansson2011-06-131-1/+26
* add some missing requires for AS core_ext/numeric/time. Closes #1038Josh Kalderimis2011-05-181-0/+1
* Removed some redundant Time#change time options from beginning_of_ methods in...Chris Kalafarski2011-03-131-3/+3