rails--rails/activesupport/test
David Heinemeier Hansson 0297b31b82 Fixed Array#to_xml when it contains a series of hashes (each piece would get its own XML declaration) (closes #6610) [thkarcher/cyu]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-03 16:47:53 +00:00
..
autoloading_fixtures Test autoloading nested subclass of parent. 2006-11-16 22:50:46 +00:00
core_ext Fixed Array#to_xml when it contains a series of hashes (each piece would get its own XML declaration) (closes #6610) [thkarcher/cyu] 2006-12-03 16:47:53 +00:00
dependencies Update Initializer to use load_once_paths to avoid plugin reloading. References #5852. 2006-08-29 06:52:39 +00:00
abstract_unit.rb set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation callers. off by default. on for Rails tests. 2006-09-04 03:38:13 +00:00
caching_tools_test.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
class_inheritable_attributes_test.rb Rename overlapping test names 2006-10-14 20:27:29 +00:00
clean_logger_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
dependencies_test.rb Test autoloading nested subclass of parent. 2006-11-16 22:50:46 +00:00
deprecation_test.rb Extend deprecate so that alternatives can be specified via the deprecation 2006-10-24 16:56:59 +00:00
inflector_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
json.rb Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. 2006-11-11 18:25:26 +00:00
multibyte_chars_test.rb Pull in latest multibyte patch. Closes #6346 [Manfred Stienstra] 2006-10-04 09:03:57 +00:00
multibyte_conformance.rb Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with strings as a sequence of chars, not of bytes. Closes #6242 [Julian Tarkhanov, Manfred Stienstra & Jan Behrens] 2006-10-03 23:45:32 +00:00
multibyte_handler_test.rb Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stienstra] 2006-10-17 08:29:16 +00:00
option_merger_test.rb Don't undefine #class in OptionMerger [Rick] 2006-09-27 18:46:46 +00:00
ordered_options_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
reloadable_test.rb assert_deprecated returns result of block 2006-09-15 05:54:18 +00:00
time_zone_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
whiny_nil_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00