aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-3/+3
* Update the comments for TimeWithZone subtraction (#33721)Rob Race2018-08-281-2/+10
* Add `before?` and `after?` methods to date and time classesNick Holden2018-03-061-0/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-4/+4
* Add additional options to time `change` methodsAndrew White2017-04-141-0/+36
* Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-161-1/+3
* Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-161-1/+10
|\
| * Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-061-1/+10
* | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+1
|/
* Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-221-1/+2
* Merge pull request #26359 from maclover7/jm-speed-up-timeMatthew Draper2016-10-061-0/+2
|\
| * Speed up Time.zone.nowJon Moss2016-10-021-0/+2
* | Revert "Merge pull request #25880 from ryandv/fix_performance_regression_in_t...Andrew White2016-10-021-1/+1
* | Revert "Merge pull request #26677 from tbalthazar/26644"Andrew White2016-10-021-2/+1
|/
* Fix `ActiveSupport::TimeWithZone#localtime`Thomas Balthazar2016-10-011-1/+2
* Fix ActiveSupport::TimeWithZone#inThomas Balthazar2016-09-241-0/+1
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* Cache to_datetime for performanceAndrew White2016-09-011-1/+1
* Memoize coerced TimeWithZone value in TimeWithZone#localtime.Ryan De Villa2016-08-231-7/+1
* Fix performance regression in `TimeWithZone#to_time`Ryan De Villa2016-08-231-0/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-9/+9
* Add :weeks to the list of variable duration partsAndrew White2016-08-031-1/+1
* Make getlocal and getutc always return instances of TimeAndrew White2016-04-231-8/+7
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-6/+2
* Fix the example given in the documentation for TimeWithZone#-Phil Ross2015-10-291-4/+4
* Add documentation for TimeWithZone #ago and #advance.Phil Ross2015-10-291-0/+38
* Expand support for ActiveSupport::TimeWithZone#utc?David Celis2015-10-151-1/+1
* TimeWithZone#xmlschema should be able to display more than 6 digitsFumiaki MATSUSHIMA2015-09-301-5/+4
* minor typo fix [ci skip]Aditya Kapoor2015-09-261-1/+1
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+5
* fix wrong method used in the TimeWithZone#inspect method docs [ci skip]yuuji.yaginuma2015-09-101-1/+1
* Fixed to_datetime docs [ci skip]Ronak Jangir2015-08-261-2/+3
* Added docs for TimeWithZone [ci skip]Ronak Jangir2015-08-181-1/+10
* Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-191-1/+1
* Require active_support/duration.Jimmy Cuadra2015-06-041-0/+1
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-6/+7
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-2/+2
* Replace AS::TimeWithZone#since with alias to +claudiob2014-12-161-10/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-12-151-4/+32
|\
| * Add docs for AS::TimeWithZone + and -claudiob2014-12-041-4/+32
* | Add documentation to six AS::TimeWithZone methodsclaudiob2014-12-041-2/+23
|/
* Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-271-10/+6
* Merge pull request #15421 from gchan/time_with_zone_precisionMatthew Draper2014-06-051-1/+1
|\