rails--rails/activesupport/test/core_ext
Jeremy Kemper ddd243a9c1 Pull file from xml value only if it's a Hash. Closes #8190.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6583 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-26 01:14:17 +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 Use XSD-compatible type names for Hash#to_xml and make the converters extendable #8047 [Tim Pope] 2007-04-21 14:12:05 +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 Pull file from xml value only if it's a Hash. Closes #8190. 2007-04-26 01:14:17 +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 preserves the original method's visibility. Closes #7854. 2007-03-18 03:16:53 +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 Fix to_datetime test broken by DST change. Closes #7797. 2007-03-12 05:54:26 +00:00