aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time
Commit message (Expand)AuthorAgeFilesLines
* Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-161-0/+30
* Fix Time#advance to work with dates before 1001-03-07Andrew White2019-03-181-2/+1
* 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-215-14/+14
* Fix formatting of `Time.use_zone` [ci skip]yuuji.yaginuma2017-10-041-4/+4
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-2/+2
* [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-015-14/+14
* Add additional options to time `change` methodsAndrew White2017-04-141-15/+21
* Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-161-0/+2
* Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-161-1/+8
|\
| * Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-061-1/+8
* | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+3
* | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+23
|/
* Remove deprecated time marshal core_ext fileAndrew White2016-11-131-3/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-062-25/+25
* applies new string literal convention in activesupport/libXavier Noria2016-08-066-22/+22
* Introduce Date#all_dayHenrik Nyh2016-05-111-5/+0
* Change Time#sec_fraction to use subsecAndrew White2016-04-231-2/+2
* Add Time#sec_fractionAndrew White2016-04-231-0/+7
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+5
* Document scoping issue with Time.use_zoneAndrew White2016-01-231-1/+17
* delete code commented out (and replaced) in e93d0a5Tony Ta2015-12-151-1/+0
* Add days_in_year methodJon Pascoe2015-11-101-0/+6
* fixes #21815Maarten Jacobs2015-10-161-0/+1
* Merge pull request #21868 from tanmay3011/fix_time_class_documentationVijay Dev2015-10-051-3/+3
|\
| * [ci skip] Fix #seconds_since_midnight documentation output it will always ret...Tanmay Sinha2015-10-051-3/+3
* | Merge pull request #21866 from tanmay3011/fix_documentationSean Griffin2015-10-041-1/+1
|\ \
| * | Fix Time.now format in documentationTanmay Sinha2015-10-041-1/+1
| |/
* | Merge pull request #21863 from tanmay3011/use_applications_yearSean Griffin2015-10-041-1/+1
|\ \
| * | Use Time#current instead of Time#now to prevent zone issue inorder to use app...Tanmay Sinha2015-10-041-1/+1
| |/
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-041-1/+1
|\ \ | |/ |/|
| * Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
* | Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* | Update docs for `formatted_offset` Ronak Jangir2015-09-291-1/+2
|/
* Merge pull request #20534 from qnm/activesupport-require-issueYves Senn2015-09-071-0/+1
|\
| * Add missing require to ensure #advance will work without being implicity requ...Rob Sharp2015-06-121-0/+1
* | [ci skip] Update Time#advance documentation with examplesMichael Stock2015-08-021-0/+6
* | [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+2
|/
* Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-011-1/+1
* Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...Roque Pinel2015-05-292-38/+57
* Replace use of alias chains with prepend at core_ext/datePablo Herrero2015-05-042-57/+38
* Only coerce time when comparing if necessaryAaron Jensen2015-03-311-2/+4
* [ci skip] Update documentation for Time#seconds_since_midnightAnton Davydov2015-03-061-1/+5
* s/around_filter/around_action/Akira Matsuda2015-02-211-1/+1
* Fix typo in Time#change docsJohn Duff2015-02-021-1/+1