1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
Andrew White 0e762ecdc3 Add :weeks to the list of variable duration parts
Since 434df00 week durations are no longer converted to days. This means
we need to add :weeks to the parts that ActiveSupport::TimeWithZone will
consider being of variable duration to take account of DST transitions.

Fixes #26039.
2016-08-03 14:45:09 +01:00
..
array Added :fallback_string option to Array#to_sentence 2016-07-13 20:19:26 +02:00
class Remove .superclass_delegating_accessor. Refer #14271 2015-05-24 12:15:22 +05:30
digest Move uuid_v5 and uuid_v3 to Digest::UUID 2014-07-15 19:51:33 -03:00
hash Restore Hash#transform_keys behavior to always return a Hash instance 2016-04-12 10:49:07 +02:00
kernel Move test teardown into ensure block. 2014-06-17 20:57:02 +08:00
module Fix thread_mattr_accessor thread-local variable naming 2016-03-11 06:54:00 -05:00
object Revert "Adds not_in? onto Object" 2016-07-29 14:45:20 -07:00
bigdecimal_test.rb Add some assertions for BigDecimal#to_s 2016-05-15 14:49:53 +09:00
class_test.rb
date_and_time_behavior.rb Add #on_weekday? method to Date, Time, and DateTime. 2016-02-15 18:16:51 +05:30
date_and_time_compatibility_test.rb Make getlocal and getutc always return instances of Time 2016-04-23 19:34:54 +01:00
date_ext_test.rb Don't blank pad day of the month when formatting dates 2016-06-02 11:47:22 -04:00
date_time_ext_test.rb Fix tests when preserving timezones 2016-05-05 05:07:58 +01:00
duration_test.rb AS::Duration should serialize empty values correctly. (#25656) 2016-07-11 15:45:04 -04:00
enumerable_test.rb Fix initial value effects for sum along to ruby 2.4 2016-04-30 18:33:39 -07:00
file_test.rb Return value of yielded block in File.atomic_write 2015-01-28 00:40:25 -07:00
hash_ext_test.rb existant => existent 2016-06-09 09:29:02 +05:30
integer_ext_test.rb remove warning from integer ext test 2015-05-14 23:56:10 +09:00
kernel_test.rb Revert "Add default exceptions affected by suppress (#25099)" 2016-05-23 20:48:43 -03:00
load_error_test.rb Deprecate MissingSourceFile in favor of LoadError. 2015-01-02 19:44:39 -03:00
marshal_test.rb Fix marshal with autoloading for nested class/module 2016-03-28 23:06:51 +09:00
module_test.rb Add test for delegate_missing_to where method doesn't exist 2016-05-26 22:17:08 -04:00
name_error_test.rb Prefer assert_raise instead of flunk + rescue to test for exceptions 2013-12-19 09:20:51 -02:00
numeric_ext_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
range_ext_test.rb Fix - to_s(:db) on Numeric range 2015-12-29 17:03:36 +05:30
regexp_ext_test.rb define Range#match? if Ruby < 2.4 2016-07-22 00:15:52 +02:00
secure_random_test.rb Test files should be named *_test.rb to be executed via rake task 2015-03-20 17:27:38 +09:00
string_ext_test.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
time_ext_test.rb Change Time#sec_fraction to use subsec 2016-04-23 19:11:34 +01:00
time_with_zone_test.rb Add :weeks to the list of variable duration parts 2016-08-03 14:45:09 +01:00
uri_ext_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30