1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
2007-01-28 01:18:51 +00:00
..
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 DateTime#to_time gives hour/minute/second resolution. Closes #5747. 2006-08-07 22:07:33 +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
hash_ext_test.rb Added Hash#to_query to turn a hash of values into a form-encoded query string [Nicholas Seckar] 2007-01-24 22:12:31 +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 make sure the String::Access methods return strings, and not multibyte Char instances 2006-10-13 20:27:46 +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 Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH] 2006-11-25 23:56:28 +00:00