| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete `DateAndTime` method definition in rails that is compatible with ruby ... | soartec-lab | 2019-06-16 | 1 | -0/+30 |
* | Fix Time#advance to work with dates before 1001-03-07 | Andrew White | 2019-03-18 | 1 | -2/+1 |
* | Move implementation of `before?` and `after?` to `DateAndTime::Calculations` | bogdanvlviv | 2018-03-31 | 1 | -2/+0 |
* | Add `before?` and `after?` methods to date and time classes | Nick Holden | 2018-03-06 | 1 | -0/+2 |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 5 | -14/+14 |
* | Fix formatting of `Time.use_zone` [ci skip] | yuuji.yaginuma | 2017-10-04 | 1 | -4/+4 |
* | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 1 | -2/+2 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 5 | -0/+5 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 5 | -0/+5 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 5 | -14/+14 |
* | Add additional options to time `change` methods | Andrew White | 2017-04-14 | 1 | -15/+21 |
* | Move `to_time` to `DateTime` compatibility.rb file | Andrew White | 2017-03-16 | 1 | -0/+2 |
* | Merge pull request #28147 from kmcphillips/master-time-freeze | Andrew White | 2017-03-16 | 1 | -1/+8 |
|\ |
|
| * | Handle #to_time and memoization taking into account memoization, frozen state... | Kevin McPhillips | 2017-03-06 | 1 | -1/+8 |
* | | Add `rfc3339` aliases to `xmlschema` | Andrew White | 2017-03-03 | 1 | -0/+3 |
* | | Add `Time.rfc3339` parsing method | Andrew White | 2017-03-03 | 1 | -0/+23 |
|/ |
|
* | Remove deprecated time marshal core_ext file | Andrew White | 2016-11-13 | 1 | -3/+0 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 2 | -25/+25 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 6 | -22/+22 |
* | Introduce Date#all_day | Henrik Nyh | 2016-05-11 | 1 | -5/+0 |
* | Change Time#sec_fraction to use subsec | Andrew White | 2016-04-23 | 1 | -2/+2 |
* | Add Time#sec_fraction | Andrew White | 2016-04-23 | 1 | -0/+7 |
* | Add compatibility for Ruby 2.4 `to_time` changes | Andrew White | 2016-04-23 | 1 | -0/+5 |
* | Document scoping issue with Time.use_zone | Andrew White | 2016-01-23 | 1 | -1/+17 |
* | delete code commented out (and replaced) in e93d0a5 | Tony Ta | 2015-12-15 | 1 | -1/+0 |
* | Add days_in_year method | Jon Pascoe | 2015-11-10 | 1 | -0/+6 |
* | fixes #21815 | Maarten Jacobs | 2015-10-16 | 1 | -0/+1 |
* | Merge pull request #21868 from tanmay3011/fix_time_class_documentation | Vijay Dev | 2015-10-05 | 1 | -3/+3 |
|\ |
|
| * | [ci skip] Fix #seconds_since_midnight documentation output it will always ret... | Tanmay Sinha | 2015-10-05 | 1 | -3/+3 |
* | | Merge pull request #21866 from tanmay3011/fix_documentation | Sean Griffin | 2015-10-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix Time.now format in documentation | Tanmay Sinha | 2015-10-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #21863 from tanmay3011/use_applications_year | Sean Griffin | 2015-10-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Use Time#current instead of Time#now to prevent zone issue inorder to use app... | Tanmay Sinha | 2015-10-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Renamed ‘Return’ to ‘Returns’ [ci skip] | Ronak Jangir | 2015-09-28 | 1 | -1/+1 |
* | | Improve readability of docs by using code tag [ci skip] | Prakash Laxkar | 2015-09-29 | 1 | -1/+1 |
* | | Update docs for `formatted_offset` | Ronak Jangir | 2015-09-29 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #20534 from qnm/activesupport-require-issue | Yves Senn | 2015-09-07 | 1 | -0/+1 |
|\ |
|
| * | Add missing require to ensure #advance will work without being implicity requ... | Rob Sharp | 2015-06-12 | 1 | -0/+1 |
* | | [ci skip] Update Time#advance documentation with examples | Michael Stock | 2015-08-02 | 1 | -0/+6 |
* | | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 1 | -1/+2 |
|/ |
|
* | Fix a range of values for parameters of the Time#change | Nikolay Kondratyev | 2015-06-01 | 1 | -1/+1 |
* | Revert "Replace use of alias chains with prepend at core_ext/date and core_ex... | Roque Pinel | 2015-05-29 | 2 | -38/+57 |
* | Replace use of alias chains with prepend at core_ext/date | Pablo Herrero | 2015-05-04 | 2 | -57/+38 |
* | Only coerce time when comparing if necessary | Aaron Jensen | 2015-03-31 | 1 | -2/+4 |
* | [ci skip] Update documentation for Time#seconds_since_midnight | Anton Davydov | 2015-03-06 | 1 | -1/+5 |
* | s/around_filter/around_action/ | Akira Matsuda | 2015-02-21 | 1 | -1/+1 |
* | Fix typo in Time#change docs | John Duff | 2015-02-02 | 1 | -1/+1 |