.. |
class
|
Clear the attribute after done
|
2010-02-16 15:00:10 -08:00 |
module
|
moves Class#reachable? to Module#reachable?, bases implementation on anonymous? and constantize, and adds test coverage
|
2010-02-11 23:41:16 +01:00 |
object
|
Failing tests for to_param/to_query not escaping "[]"
|
2009-12-02 15:08:42 -06:00 |
array_ext_test.rb
|
no more interpreted as grouped expression warnings on array_ext_test
|
2010-02-26 14:54:02 -08:00 |
base64_ext_test.rb
|
|
|
bigdecimal.rb
|
|
|
blank_test.rb
|
Added Object#presence that returns the object if it's #present? otherwise returns nil [DHH/Colin Kelley]
|
2009-12-27 17:54:43 -08:00 |
cgi_ext_test.rb
|
|
|
class_test.rb
|
Reinstate Object.subclasses_of and Class#descendents for plugin compat.
|
2010-02-09 18:20:57 -08:00 |
date_ext_test.rb
|
Consolidate date & time landscape: require 'active_support/time'
|
2009-11-14 01:13:54 -08:00 |
date_time_ext_test.rb
|
Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ActiveRecord models with DateTime attributes.
|
2009-12-15 08:15:21 -06:00 |
duplicable_test.rb
|
|
|
duration_test.rb
|
Remove unneeded reliance on super -> method_missing quirk
|
2010-01-07 00:06:20 -08:00 |
enumerable_test.rb
|
Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !x.include?/else calls [DHH]
|
2009-12-14 18:00:14 -08:00 |
file_test.rb
|
Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate
|
2010-02-23 15:37:17 -08:00 |
float_ext_test.rb
|
|
|
hash_ext_test.rb
|
Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.
|
2010-01-01 13:18:03 -08:00 |
integer_ext_test.rb
|
Let Integer#multiple_of? accept zero as argument
|
2010-01-02 20:25:15 -08:00 |
kernel_test.rb
|
|
|
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
|
Fix test ordering bug related to introducing masked Name class
|
2010-02-19 10:31:51 -08:00 |
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
|
|
|
object_and_class_ext_test.rb
|
metaclass deprecated in 2.3.6
|
2010-02-25 11:12:27 -08:00 |
proc_test.rb
|
|
|
range_ext_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
regexp_ext_test.rb
|
|
|
string_ext_test.rb
|
Fixed html_safe test cases which weren't testing correctly
|
2010-02-05 13:25:51 -08:00 |
time_ext_test.rb
|
Time#- with a DateTime argument behaves the same as with a Time argument, i.e. returns the difference between self and arg as a Float [#3476 status:resolved]
|
2010-01-27 20:17:09 -06:00 |
time_with_zone_test.rb
|
Ensure test sets json time format flag
|
2010-01-28 10:46:23 -08:00 |
uri_ext_test.rb
|
Ruby 1.9.2: URI.escape is obsolete
|
2009-11-02 17:50:12 -08:00 |