.. |
class
|
Add option to omit creating an instance reader method on class_attribute
|
2011-06-18 15:49:11 -07:00 |
module
|
Added instance_accessor: false to Module#mattr_accessor
|
2011-06-14 14:56:58 +05:30 |
object
|
Backport Object#public_send to 1.8 so that we can implement Module#delegate such that non-public methods raise
|
2011-08-15 12:08:23 +01:00 |
array_ext_test.rb
|
Array.wrap should follow Kernel#Array semantics when the object's to_ary is nil. In this case, the object should be wrapped.
|
2011-06-30 00:21:42 +01:00 |
base64_ext_test.rb
|
|
|
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
|
Allow a Date to be frozen more than once without an error in Ruby 1.8.x
|
2011-06-08 13:54:48 -07:00 |
date_time_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 |
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
|
Insure that Enumerable#index_by, group_by, ... return Enumerators
|
2011-07-23 15:52:37 -04: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
|
Issue #636 - Parsing an xml file with multiple records and extra attributes (besides type) fails
|
2011-07-11 11:41:22 +05:30 |
integer_ext_test.rb
|
Let Integer#multiple_of? accept zero as argument
|
2010-01-02 20:25:15 -08:00 |
io_test.rb
|
backporting IO#binread for 1.8 users
|
2011-08-08 19:48:12 -07:00 |
kernel_test.rb
|
Removed the AS core_ext/kernel/debugger breakpoint method as this method is added by ruby-debug and should be left as is. Missing tests added.
|
2011-05-23 15:44:48 +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
|
Just do the method call directly in Module#delegate, if we can (we cannot for method names ending in '='). Two reasons: 1) it's faster, see https://gist.github.com/1089783 and 2) more importantly, delegate should not allow you to accidentally call private or protected methods.
|
2011-08-15 12:38:38 +01:00 |
name_error_test.rb
|
|
|
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
|
make sure missing method does not fail with arguments
|
2011-05-22 00:32:58 +02:00 |
proc_test.rb
|
|
|
range_ext_test.rb
|
added Range#count? for Ruby 1.8
|
2011-02-19 23:24:30 -02:00 |
regexp_ext_test.rb
|
|
|
string_ext_test.rb
|
Removing extra requires from the test. Already loaded in abstract_unit.
|
2011-07-31 23:36:21 +05:30 |
time_ext_test.rb
|
Rename Time#whole_* to Time#all_* [thanks Pratik!]
|
2011-06-13 19:09:11 +02:00 |
time_with_zone_test.rb
|
Fix xmlschema output with fraction_digits >0
|
2011-07-11 18:41:04 +04: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 |