.. |
class
|
Add query methods for superclass_delegating_reader
|
2008-03-31 01:09:39 +00:00 |
module
|
Module#synchronize: Add testcase to ensure that singleton methods can be wrapped
|
2008-08-29 14:12:09 -05:00 |
array_ext_test.rb
|
Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:resolved]
|
2008-07-15 15:04:26 +01:00 |
base64_ext_test.rb
|
ActiveSupport::Base64.encode64s since Base64 is deprecated
|
2008-02-07 21:50:46 +00:00 |
bigdecimal.rb
|
Added tests [#279 state:resolved] (Nicholas Schlueter)
|
2008-06-02 22:05:27 -05:00 |
blank_test.rb
|
Added Object#present? which is equivalent to !Object#blank? [DHH]
|
2008-06-12 18:30:56 -05:00 |
cgi_ext_test.rb
|
|
|
class_test.rb
|
Performance: faster Object.subclasses_of
|
2008-06-08 00:35:36 -07:00 |
date_ext_test.rb
|
Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZone #today? to use #time instead of #utc for date comparison. Update changelog. [#720 state:resolved]
|
2008-09-14 22:56:32 -05:00 |
date_time_ext_test.rb
|
Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZone #today? to use #time instead of #utc for date comparison. Update changelog. [#720 state:resolved]
|
2008-09-14 22:56:32 -05:00 |
duplicable_test.rb
|
Mark Class as not being duplicable. [#829 state:resolved]
|
2008-08-21 18:40:20 +01:00 |
duration_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
enumerable_test.rb
|
Add each_with_object from 1.9 for a more convenient alternative to inject.
|
2008-09-03 16:21:53 +02:00 |
exception_test.rb
|
|
|
file_test.rb
|
Use current umask when testing the expected file mode [#823 state:resolved]
|
2008-08-13 19:19:00 -05:00 |
float_ext_test.rb
|
|
|
hash_ext_test.rb
|
Ensure Hash#except is allowed on a frozen hash. References #382
|
2008-09-13 20:05:17 +01:00 |
integer_ext_test.rb
|
|
|
kernel_test.rb
|
|
|
load_error_test.rb
|
|
|
module_test.rb
|
|
|
name_error_test.rb
|
|
|
numeric_ext_test.rb
|
Fix Numeric time tests broken by DST change by anchoring them to fixed times instead of Time.now. Anchor TimeZone#now DST test to time specified with Time.at instead of Time.local to work around platform differences with Time.local and DST representation
|
2008-03-11 07:19:36 +00:00 |
object_and_class_ext_test.rb
|
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9.
|
2008-08-31 13:20:15 -07:00 |
pathname_test.rb
|
|
|
proc_test.rb
|
|
|
range_ext_test.rb
|
|
|
string_ext_test.rb
|
Move with_kcode helper to abstract_unit. Add tests for multibyte string extensions.
|
2008-09-21 17:22:55 +02:00 |
symbol_test.rb
|
|
|
time_ext_test.rb
|
Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]
|
2008-09-19 09:06:35 -05:00 |
time_with_zone_test.rb
|
TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing
|
2008-09-14 23:07:48 -05:00 |