aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-7/+7
* applies new string literal convention in activesupport/libXavier Noria2016-08-065-20/+20
* Don't blank pad day of the month when formatting datesSean Griffin2016-06-021-3/+3
* Raise `ArgumentError` when an invalid form is passed to `Date#to_time`yui-knk2016-04-171-0/+1
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+12
* Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:...amitkumarsuroliya2015-09-181-3/+3
* Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...Roque Pinel2015-05-292-18/+32
* Merge pull request #19878 from pabloh/replace_alias_chains_with_prependRafael Mendonça França2015-05-282-32/+18
|\
| * Replace use of alias chains with prepend at core_ext/datePablo Herrero2015-05-042-32/+18
* | [skip ci] Update documentation for Date classAnton Davydov2015-05-211-0/+6
|/
* Avoid raising a NameError on FreeBSD using DateRobin Dupret2014-01-011-2/+5
* doc: date/conversions.rb should talk about date format not time format.Yves Senn2013-12-101-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-1/+1
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* | Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-18/+2
* | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-291-0/+10
|\ \
| * | Added Time#middle_of_dayAnatoli Makarevich2013-07-281-1/+11
* | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-291-1/+3
| |/ |/|
* | Minor refactor - Uses Enumerable#to_a instead of iterate and add to anPablo Cantero2013-07-271-1/+1
* | Remove deprecated `Date#to_time_in_current_zone`Vipul A M2013-07-021-15/+0
|/
* The behavior we had in place in rc1 was actually to convert to DateTime and u...David Heinemeier Hansson2013-06-031-2/+2
* Allow Date to be compared with Time (like it was possible to compare Time wit...David Heinemeier Hansson2013-06-031-0/+11
* Squashed commit of the following:Aaron Patterson2013-05-031-5/+0
* remove unused requireTomohiko Himura2013-04-251-1/+0
* remove_possible_method -> remove_methodNihad Abbasov2013-01-111-2/+2
* Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-071-2/+0
* Added ability to compare date/time with infinitybUg2013-01-041-0/+5
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Deprecate Date#to_time_in_current_zoneAndrew White2012-12-113-5/+27
* Add missing at_end_of_* aliasesAndrew White2012-12-111-0/+1
* fix warnings in Ruby 2.0Aaron Patterson2012-11-071-0/+2
* keys.include? -> key?Xavier Noria2012-10-091-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-213-5/+6
|\
| * update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-123-5/+6
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+23
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-011-0/+1
|\
| * copy edits [ci skip]Vijay Dev2012-09-011-1/+1
| * Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-291-0/+1
* | Refactored common date and time calculations.Pan Thomakos2012-08-041-181/+2
|/
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+11
* Clean Date#beginning_of_month descriptionAlexey Vakhov2012-05-251-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-132-4/+0
* String quotes and trailing spacesAlexey Gaziev2012-04-291-7/+7
* AS core_ext refactoringAlexey Gaziev2012-04-292-16/+41
* Adding :last_week, :last_month, and :last_year aliases to Time and DateMatt Bridges2012-02-211-0/+7
* remove date methods that are present in 1.9 rubySergey Nartimov2011-12-251-20/+0
* Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-211-33/+0
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-202-41/+0