.. |
class
|
Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick]
|
2007-01-28 01:18:51 +00:00 |
module
|
Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick]
|
2007-01-28 01:18:51 +00:00 |
array_ext_test.rb
|
Silence warnings; use more precise assertions.
|
2006-12-16 23:45:44 +00:00 |
blank_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
cgi_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
class_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
date_ext_test.rb
|
:db format for Date#to_s
|
2007-01-28 07:36:34 +00:00 |
date_time_ext_test.rb
|
DateTime calculations analogous to the Date and Time extensions. Closes #7693.
|
2007-03-04 04:12:42 +00:00 |
duration_test.rb
|
Improve test coverage of Duration. Closes #7182 [richcollins]
|
2007-01-21 23:31:41 +00:00 |
enumerable_test.rb
|
Optional identity for Enumerable#sum defaults to zero. Closes #5657.
|
2006-07-09 20:48:31 +00:00 |
exception_test.rb
|
Tighten rescue clauses. Closes #5985.
|
2006-08-31 03:16:28 +00:00 |
file_test.rb
|
Add File.atomic_write to prevent users from seeing half written files. Useful for situations like Page Caching and the like. [Koz]
|
2007-02-27 23:16:06 +00:00 |
hash_ext_test.rb
|
Hash#to_query CGI-escapes its keys.
|
2007-02-11 06:29:04 +00:00 |
integer_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
kernel_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
load_error_tests.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
module_test.rb
|
alias_method_chain yields method target and punctuation to simplify wrapper method definition. Used by the deprecate module method.
|
2006-09-15 03:42:54 +00:00 |
name_error_test.rb
|
Eliminate Active Support warnings.
|
2006-08-29 08:24:04 +00:00 |
numeric_ext_test.rb
|
Make 1.months and friends accurate by introducing a Duration class. #6835 [eventualbuddha]
|
2007-01-15 06:54:50 +00:00 |
object_and_class_ext_test.rb
|
Increase test coverage for subclasses_of. Closes #7335.
|
2007-01-24 20:47:32 +00:00 |
pathname_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
proc_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
range_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
string_ext_test.rb
|
Full test coverage for Inflector. Closes #7228.
|
2007-01-28 15:52:45 +00:00 |
symbol_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
time_ext_test.rb
|
Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.
|
2007-03-05 08:34:42 +00:00 |