aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date
Commit message (Expand)AuthorAgeFilesLines
* No dup nor delete from optionsKrzysztof Rybka2019-01-181-5/+6
* Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-311-2/+0
* Add `before?` and `after?` methods to date and time classesNick Holden2018-03-061-0/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-214-10/+10
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-9/+5
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-115-0/+5
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-095-0/+5
* [Active Support] require => require_relativeAkira Matsuda2017-07-014-10/+10
* Add missing periodsJon Moss2017-04-171-2/+2
* Add (more) documentation to to_timeKen Mayer2017-04-171-0/+3
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* 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