rails--rails/activesupport/test/core_ext
Pawel Pierzchala c766f3e4b0 Nano seconds fraction of time is copied properly in Time#advance
When day, month or year was passed, advance created a new time
ignoring previous nsec fraction. Now nsec is passed through
usec as a Rational number.
2012-01-05 13:23:13 +01:00
..
class Add option to omit creating an instance reader method on class_attribute 2011-06-18 15:49:11 -07:00
module Module#synchronize is deprecated with no replacement. Please use `monitor` from ruby's standard library. 2011-11-29 15:40:46 -08:00
object Object#in? also accepts multiple parameters 2011-11-26 23:51:09 +00:00
array_ext_test.rb deprecate Array#uniq_by and Array#uniq_by! in favor of Array#uniq and Array#uniq! from ruby 1.9 2011-12-22 19:34:39 +03:00
bigdecimal_test.rb fixing psych support in big decimal, fixing tests to support YAML 1.1 2011-01-21 11:16:40 -08:00
blank_test.rb need magic comments 2011-07-14 12:39:34 +09:00
class_test.rb Don't rely on implementation-specific order-dependence of array comparisons in unit tests 2010-07-17 01:59:51 +08:00
date_ext_test.rb Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
date_time_ext_test.rb beginning_of_week extended in both Time and Date so that to return week start based on start day that is monday by default 2011-11-25 12:02:49 -08:00
duplicable_test.rb Duplicable test is looking fine now. 2011-07-24 19:43:42 +05:30
duration_test.rb Missing dependency for duration test. 2011-03-13 17:03:31 +01:00
enumerable_test.rb Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*" 2011-12-22 12:21:18 -07:00
file_test.rb remove File#to_path alias 2011-12-25 22:22:22 +03:00
hash_ext_test.rb Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
integer_ext_test.rb refactor test_multiple_of 2011-11-16 02:36:36 +05:30
kernel_test.rb remove Kernel#singleton_class from core_ext as it is present in ruby 1.9 2011-12-21 18:53:38 +03:00
load_error_test.rb Stop overriding LoadError.new to return a MissingSourceError (and sometimes nil!) 2010-01-19 22:35:26 -08:00
module_test.rb We can't simply check the first line of the backtrace, 2011-09-04 15:33:58 +05:30
name_error_test.rb Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly nil errors for Array and Active Record methods. 2009-11-13 12:25:54 -08:00
numeric_ext_test.rb updated Time, Date and DateTime current methods in AS to use Time.zone and not Time.zone_default. 2011-02-28 14:05:49 -08:00
object_and_class_ext_test.rb Fixed test_nonexisting_method_with_arguments to revert commit 29a5aea 2011-10-06 07:44:48 -04:00
proc_test.rb Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00
range_ext_test.rb fix a warning about grouped expressions 2012-01-01 23:01:28 +05:30
regexp_ext_test.rb Replace decaying routing internals w/ rack-mount 2009-10-19 23:32:17 -05:00
string_ext_test.rb deprecate String#encoding_aware? and remove its usage 2011-12-24 15:57:54 +03:00
time_ext_test.rb Nano seconds fraction of time is copied properly in Time#advance 2012-01-05 13:23:13 +01:00
time_with_zone_test.rb Initial pass at removing dead 1.8.x code from Active Support. 2011-12-20 18:22:21 +01:00
uri_ext_test.rb Use explicit source encoding rather than forced UTF-8 from US-ASCII. 2010-04-26 14:45:23 -07:00