aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/time_with_zone_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-0/+8
* Add failing test for #9562Andrew White2013-07-101-0/+5
* Add missing nsec test for 17f5d8eAndrew White2013-06-131-0/+5
* Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-0/+5
* Squashed commit of the following:Aaron Patterson2013-05-031-10/+0
* `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+8
* Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility.stopdropandrew2013-02-241-0/+11
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-211-0/+14
* Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...James Harton2013-01-311-1/+1
* Standardise the return value of `to_time`Andrew White2013-01-211-1/+5
* Remove assert_nothing_raisedRafael Mendonça França2013-01-031-4/+2
* Added ability to compare date/time with infinitybUg2013-01-041-0/+12
* Beef up tests for String#in_time_zone and Date#in_time_zoneAndrew White2012-12-111-0/+128
* respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-181-0/+8
* Merge pull request #6169 from marcandre/respond_to_missingJosé Valim2012-05-051-0/+1
|\
| * Use respond_to_missing for TimeWithZoneMarc-Andre Lafortune2012-05-051-0/+1
* | Merge pull request #6156 from mjtko/feature-beginning_of_hourJeremy Kemper2012-05-041-0/+14
|\ \
| * | added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-041-0/+14
| |/
* / enable tests for beginning_of_* and end_of_* within time zone tests; enable t...Mark J. Titorenko2012-05-041-8/+8
|/
* use AS::TestCase as the base classAaron Patterson2012-01-051-2/+2
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-2/+1
* Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-221-2/+9
* Fix xmlschema output with fraction_digits >0shtirlic2011-07-111-0/+7
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-0/+18
* Raise on invalid timezoneMarc-Andre Lafortune2011-04-051-5/+26
* updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-281-7/+8
* prefering psych as the yaml parser if possible, fixing assertions for YAML 1....Aaron Patterson2011-01-211-2/+2
* make our yaml output consistentAaron Patterson2011-01-041-1/+1
* Fix ActiveSupport::TimeWithZone#localtime method with DateTimeAlvaro Bautista2010-11-111-0/+11