aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/time_with_zone_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Don't store incorrect values in zones_mapSantiago Pastorino2010-06-281-3/+1
* when the timezone is nil, a TimeWithZone object should not be constructed. [#...Aaron Patterson2010-06-171-0/+7
* Fix test incorrectly using a bare assert to use assert_kind_ofSantiago Pastorino2010-05-241-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-6/+6
* Switch to TimezoneProxy for later support of deferred TZ loadingJeremy Kemper2010-04-201-2/+5
* Ensure test sets json time format flagJeremy Kemper2010-01-281-1/+4
* Add test for TimeWithZone#to_i with wrapped DateTimeGeoff Buesing2009-12-151-0/+6
* Pull in time extensions alsoJeremy Kemper2009-06-051-1/+1
* Work around Float faux precisionJeremy Kemper2009-04-301-1/+1
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-2/+2
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+4
|\
| * TimeWithZone.name returns 'Time', to further thwart type checkingGeoff Buesing2009-04-051-0/+4
* | Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
|/
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti...Levin Alexander2009-02-141-254/+162
* Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s [#1796 state:r...Levin Alexander2009-02-081-0/+6
* TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state...Nicholas Dainty2009-01-111-0/+9
* TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ...gbuesing2009-01-041-0/+9
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-72/+66