.. |
class
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
module
|
Don't depend on rubygems loading thread (for Mutex)
|
2010-11-25 06:47:27 +08:00 |
object
|
Revert "Quick fix for not escaping []s (not ideal)"
|
2010-11-18 23:31:00 -02:00 |
array_ext_test.rb
|
to_sentence should return a duplicate
|
2010-08-17 13:52:37 -07:00 |
base64_ext_test.rb
|
|
|
bigdecimal_test.rb
|
Fixed various isolated test missing requires within AS.
|
2011-01-12 12:37:28 -02:00 |
blank_test.rb
|
avoid method redefined; discarding old empty? warning [#4302 state:committed]
|
2010-03-30 16:59:48 -07: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
|
implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:committed]
|
2010-10-16 02:23:23 +02:00 |
date_time_ext_test.rb
|
implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:committed]
|
2010-10-16 02:23:23 +02:00 |
duplicable_test.rb
|
|
|
duration_test.rb
|
Fix Duration#to_json
|
2010-12-29 22:20:14 +00:00 |
enumerable_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03: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 various isolated test missing requires within AS.
|
2011-01-12 12:37:28 -02:00 |
integer_ext_test.rb
|
Let Integer#multiple_of? accept zero as argument
|
2010-01-02 20:25:15 -08:00 |
kernel_test.rb
|
Move capture to Kernel. [#5641 state:resolved]
|
2010-09-18 20:49:36 +02: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
|
delegate method should treat :prefix => false same as :prefix => nil
|
2010-09-01 09:57:13 +02: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
|
Use Time.current to maintain consistency with AS::Duration
|
2010-09-19 11:26:20 -07:00 |
object_and_class_ext_test.rb
|
Fix activesupport tests. These classes are not used anywhere
|
2010-12-22 09:44:46 +01:00 |
proc_test.rb
|
|
|
range_ext_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
regexp_ext_test.rb
|
Replace decaying routing internals w/ rack-mount
|
2009-10-19 23:32:17 -05:00 |
string_ext_test.rb
|
removes orphan tests, custom String#% was removed from AS in 39d6f9e
|
2010-11-19 18:24:58 +01:00 |
time_ext_test.rb
|
implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:committed]
|
2010-10-16 02:23:23 +02:00 |
time_with_zone_test.rb
|
make our yaml output consistent
|
2011-01-04 17:29:40 -08: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 |