aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/time_zone_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-109/+109
* Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+7
* Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-251-0/+11
* Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-191-0/+5
* Require yaml for time_zone isolation test.Kasper Timm Hansen2015-07-111-0/+1
* Removed mocha stubbing in active_supportRonak Jangir2015-06-071-6/+8
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-0/+9
* Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-221-0/+9
* Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+65
* make zones_map privateTony Miller2015-02-061-2/+1
* Use directly TZInfo::Timezone without proxybrainopia2015-01-041-9/+4
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* Extract out with_env_tz helper method.Zuhao Wan2014-06-181-8/+3
* Tidy up implementation of #15010Andrew White2014-05-111-4/+6
* Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-111-0/+7
* travel_to travels back and re-raises if the block raisesXavier Noria2014-02-181-0/+12
* adds a missing travel backXavier Noria2014-02-181-4/+4
* time helpers honor the application time zone when passed a dateXavier Noria2014-02-181-0/+14
* Remove automatic removal of Date/Time stubs after each test caseRafael Mendonça França2014-01-301-0/+3
* Add support for localized date referencesColin Bartlett2013-12-031-0/+22
* Use travel_to convention in existing testColin Bartlett2013-12-031-4/+4
* Add regression tests for #9678Andrew White2013-03-131-0/+16
* Only take the date parts from Time.zone.nowAndrew White2012-12-011-0/+7
* Make `Time.zone.parse` to work with JavaScript date stringsAndrew White2012-12-011-14/+18
* Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...kennyj2012-09-201-0/+8
* [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...Jarkko Laine2012-03-241-0/+18
* remove some mocha stubsAaron Patterson2012-03-161-6/+11
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Using not effected timezone in tests.Arun Agrawal2011-06-291-4/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Don't store incorrect values in zones_mapSantiago Pastorino2010-06-281-1/+1
* test that unknown zones don't store mapping keysLeigh Caplan2010-06-281-0/+5
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
* Switch to TimezoneProxy for later support of deferred TZ loadingJeremy Kemper2010-04-201-4/+4
* avoid warning: ambiguous first argument; put parentheses or even spacesSantiago Pastorino2010-04-161-1/+1
* utc_offset returns nil for unknown zonesSantiago Pastorino2010-04-141-1/+7
* Test for unknown zone with nil utc_offsetSantiago Pastorino2010-04-141-0/+5
* delegate unknown timezones to TZInfoSantiago Pastorino2010-04-021-0/+8
* Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset wh...Prem Sichanugrist2010-01-191-0/+6
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Fix timezone testJeremy Kemper2009-03-261-6/+6
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-0/+12
* 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-58/+34
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-41/+37
* TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is u...gbuesing2008-11-181-1/+1
* TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offs...gbuesing2008-11-131-1/+1
* Added support for regexp matching of priority zones in time_zone_select [#195...Ernie Miller2008-06-291-0/+7
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-68/+67