.. |
class
|
Add query methods for superclass_delegating_reader
|
2008-03-31 01:09:39 +00:00 |
module
|
Move Class::ModelName to Active Support module core_ext
|
2008-06-06 03:38:05 -07:00 |
array_ext_test.rb
|
Added Array#second through Array#tenth as aliases for Array#[1] through Array#[9] [DHH]
|
2008-06-17 17:37:29 -05: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
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
class_test.rb
|
Performance: faster Object.subclasses_of
|
2008-06-08 00:35:36 -07:00 |
date_ext_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
date_time_ext_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
duplicable_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00: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
|
Added block-handling to Enumerable#many? (Damian Janowski) [#452 state:resolved]
|
2008-06-20 11:31:06 -05:00 |
exception_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
file_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
float_ext_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
hash_ext_test.rb
|
Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets
|
2008-05-18 11:48:33 -05:00 |
integer_ext_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
kernel_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
load_error_test.rb
|
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek]
|
2008-01-05 13:34:15 +00:00 |
module_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
name_error_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
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
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
pathname_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
proc_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
range_ext_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
string_ext_test.rb
|
Add String#squish and String#squish! to remove consecutive chunks of whitespace. Closes #11123 [jordi, Henrik N]
|
2008-02-16 00:02:30 +00:00 |
symbol_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
time_ext_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
time_with_zone_test.rb
|
Wrap date part value method tests inside a uses mocha block.
|
2008-06-07 23:25:34 -05:00 |