.. |
class
|
Add query methods for superclass_delegating_reader
|
2008-03-31 01:09:39 +00:00 |
module
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
array_ext_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
base64_ext_test.rb
|
ActiveSupport::Base64.encode64s since Base64 is deprecated
|
2008-02-07 21:50:46 +00:00 |
bigdecimal.rb
|
Serialize BigDecimals as Floats when using to_yaml. Closes #8746 [ernesto.jimenez]
|
2008-02-15 23:33:43 +00:00 |
blank_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00: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
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:31:04 +00:00 |
date_ext_test.rb
|
Adding Date.current, which returns Time.zone.today if config.time_zone is set; otherwise returns Date.today. ActionView date_helper uses Date.current to determine locale-appropriate default
|
2008-05-08 22:48:47 -05:00 |
date_time_ext_test.rb
|
Add #getutc alias for DateTime#utc
|
2008-04-12 17:37:50 -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
|
Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now
|
2008-04-20 21:57:04 -05:00 |
enumerable_test.rb
|
Add OrderedHash#to_hash. Closes #11266 [josh]
|
2008-03-03 03:31:57 +00: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
|
Revert [9209] Use Hash#except
|
2008-04-02 12:47:52 +00: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
|
Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]
|
2008-04-12 19:35:47 -05:00 |
time_with_zone_test.rb
|
Include time zone offset in TimeWithZone#to_json
|
2008-05-13 09:50:45 -07:00 |