rails--rails/activesupport/test/core_ext
gbuesing cee9297c9b Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets 2008-05-18 11:48:33 -05:00
..
class
module
array_ext_test.rb
base64_ext_test.rb
bigdecimal.rb
blank_test.rb
cgi_ext_test.rb
class_test.rb
date_ext_test.rb Adding Date.current, which returns Time.zone.today if config.time_zone is set; otherwise returns Date.today. ActionView date_helper uses Date.current to determine locale-appropriate default 2008-05-08 22:48:47 -05:00
date_time_ext_test.rb
duplicable_test.rb
duration_test.rb Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now 2008-04-20 21:57:04 -05:00
enumerable_test.rb
exception_test.rb
file_test.rb
float_ext_test.rb
hash_ext_test.rb Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets 2008-05-18 11:48:33 -05:00
integer_ext_test.rb
kernel_test.rb
load_error_test.rb
module_test.rb
name_error_test.rb
numeric_ext_test.rb
object_and_class_ext_test.rb
pathname_test.rb
proc_test.rb
range_ext_test.rb
string_ext_test.rb
symbol_test.rb
time_ext_test.rb Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller] 2008-04-12 19:35:47 -05:00
time_with_zone_test.rb TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg 2008-05-18 11:15:29 -05:00