aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/time_with_zone_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Add `before?` and `after?` methods to date and time classesNick Holden2018-03-061-0/+14
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-5/+4
* Remove extra whitespaceDaniel Colson2018-01-251-15/+15
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-7/+7
* Use respond_to test helpersDaniel Colson2018-01-251-6/+6
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-2/+2
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-7/+7
* Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-151-0/+12
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add additional options to time `change` methodsAndrew White2017-04-141-0/+6
* Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-161-5/+24
|\
| * Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-061-5/+24
* | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+10
|/
* Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-221-0/+1
* Add tests for `blank?`kenta-s2017-02-061-0/+4
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-97/+97
* Revert "Merge pull request #26677 from tbalthazar/26644"Andrew White2016-10-021-6/+0
* Fix `ActiveSupport::TimeWithZone#localtime`Thomas Balthazar2016-10-011-0/+6
* Fix ActiveSupport::TimeWithZone#inThomas Balthazar2016-09-241-1/+31
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in activesupportXavier Noria2016-08-061-47/+47
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-177/+177
* Add :weeks to the list of variable duration partsAndrew White2016-08-031-0/+32
* Make getlocal and getutc always return instances of TimeAndrew White2016-04-231-0/+5
* Expand support for ActiveSupport::TimeWithZone#utc?David Celis2015-10-151-0/+15
* TimeWithZone#xmlschema should be able to display more than 6 digitsFumiaki MATSUSHIMA2015-09-301-2/+2
* Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-191-0/+4
* Require yaml for time_with_zone isolation testPrem Sichanugrist2015-07-101-0/+1
* Removed use of mocha in active_supportRonak Jangir2015-07-101-11/+13
* Removed mocha stubbing in active_supportRonak Jangir2015-06-071-28/+35
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-2/+45
* Revert "Take DST into account when locating TimeZone from Numeric."Andrew White2015-03-091-7/+0
* Take DST into account when locating TimeZone from Numeric.Yasyf Mohamedali2015-03-031-0/+7
* Merge pull request #16749 from robin850/rbx-name-errorRafael Mendonça França2015-01-021-0/+2
|\
| * Skip an error message related assertion on RubiniusRobin Dupret2014-10-281-0/+2
* | Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-271-0/+5
|/
* missing activesupport test coverageEugene Gilburg2014-07-191-0/+1
* Extract out with_env_tz helper method.Zuhao Wan2014-06-181-50/+12
* Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-301-0/+15
* Maintain the current timezone in wrap_with_time_zoneAndrew White2014-01-311-0/+5
* Make ActiveSupport::TimeWithZone#xmlschema consistentAndrew White2014-01-261-0/+4
* Consolidate JSON encoding tests in one fileAndrew White2014-01-261-35/+0
* Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-261-7/+22
* Maintain current timezone when changing time during DST overlapAndrew White2014-01-261-0/+5
* Fix unused variable warningAndrew White2013-08-041-0/+1