index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
time_zone_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-48
/
+48
*
Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)
denisovlev
2016-10-21
1
-0
/
+18
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-4
/
+4
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-109
/
+109
*
Raise ArgumentError for bad strptime arguments
John Gesimondo
2016-07-11
1
-0
/
+7
*
Do not cache ActiveSupport::TimeZone#utc_offset
Alexey Shein
2016-04-25
1
-0
/
+11
*
Add ActiveSupport::TimeZone.country_zones helper
Andrey Novikov
2016-04-19
1
-0
/
+5
*
Require yaml for time_zone isolation test.
Kasper Timm Hansen
2015-07-11
1
-0
/
+1
*
Removed mocha stubbing in active_support
Ronak Jangir
2015-06-07
1
-6
/
+8
*
Improve ActiveSupport::TimeWithZone conversion to YAML
Andrew White
2015-04-22
1
-0
/
+9
*
Refactor ActiveSupport::Timezone#strptime
Andrew White
2015-04-22
1
-0
/
+9
*
Add ActiveSupport::TimeZone#strptime.
Paul A Jungwirth
2015-04-22
1
-0
/
+65
*
make zones_map private
Tony Miller
2015-02-06
1
-2
/
+1
*
Use directly TZInfo::Timezone without proxy
brainopia
2015-01-04
1
-9
/
+4
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
Extract out with_env_tz helper method.
Zuhao Wan
2014-06-18
1
-8
/
+3
*
Tidy up implementation of #15010
Andrew White
2014-05-11
1
-4
/
+6
*
Make TimeZone#parse behave more like Time#parse.
Ulysse Carion
2014-05-11
1
-0
/
+7
*
travel_to travels back and re-raises if the block raises
Xavier Noria
2014-02-18
1
-0
/
+12
*
adds a missing travel back
Xavier Noria
2014-02-18
1
-4
/
+4
*
time helpers honor the application time zone when passed a date
Xavier Noria
2014-02-18
1
-0
/
+14
*
Remove automatic removal of Date/Time stubs after each test case
Rafael Mendonça França
2014-01-30
1
-0
/
+3
*
Add support for localized date references
Colin Bartlett
2013-12-03
1
-0
/
+22
*
Use travel_to convention in existing test
Colin Bartlett
2013-12-03
1
-4
/
+4
*
Add regression tests for #9678
Andrew White
2013-03-13
1
-0
/
+16
*
Only take the date parts from Time.zone.now
Andrew White
2012-12-01
1
-0
/
+7
*
Make `Time.zone.parse` to work with JavaScript date strings
Andrew White
2012-12-01
1
-14
/
+18
*
Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...
kennyj
2012-09-20
1
-0
/
+8
*
[#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...
Jarkko Laine
2012-03-24
1
-0
/
+18
*
remove some mocha stubs
Aaron Patterson
2012-03-16
1
-6
/
+11
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Using not effected timezone in tests.
Arun Agrawal
2011-06-29
1
-4
/
+4
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Don't store incorrect values in zones_map
Santiago Pastorino
2010-06-28
1
-1
/
+1
*
test that unknown zones don't store mapping keys
Leigh Caplan
2010-06-28
1
-0
/
+5
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-1
/
+1
*
Switch to TimezoneProxy for later support of deferred TZ loading
Jeremy Kemper
2010-04-20
1
-4
/
+4
*
avoid warning: ambiguous first argument; put parentheses or even spaces
Santiago Pastorino
2010-04-16
1
-1
/
+1
*
utc_offset returns nil for unknown zones
Santiago Pastorino
2010-04-14
1
-1
/
+7
*
Test for unknown zone with nil utc_offset
Santiago Pastorino
2010-04-14
1
-0
/
+5
*
delegate unknown timezones to TZInfo
Santiago Pastorino
2010-04-02
1
-0
/
+8
*
Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset wh...
Prem Sichanugrist
2010-01-19
1
-0
/
+6
*
Remove 'core' fluff. Hookable ActiveSupport.load_all!
Jeremy Kemper
2009-05-20
1
-1
/
+1
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Fix timezone test
Jeremy Kemper
2009-03-26
1
-6
/
+6
*
Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset
Jeremy Kemper
2009-03-23
1
-0
/
+12
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti...
Levin Alexander
2009-02-14
1
-58
/
+34
*
Require mocha >= 0.9.0 for AS tests
Jeremy Kemper
2008-11-22
1
-41
/
+37
[next]