rails--rails/activesupport/test
David Heinemeier Hansson 4d96ece6ec Fix that empty collections should be treated as empty arrays regardless of whitespace for Hash#from_xml (closes #10255) [adamj]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8202 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-11-25 21:58:24 +00:00
..
autoloading_fixtures
core_ext Fix that empty collections should be treated as empty arrays regardless of whitespace for Hash#from_xml (closes #10255) [adamj] 2007-11-25 21:58:24 +00:00
dependencies
json Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [josh, chuyeow, tpope] 2007-10-29 00:18:43 +00:00
abstract_unit.rb String#to_xs uses the fast_xs extension if available for Builder speedup. 2007-10-07 09:15:26 +00:00
buffered_logger_test.rb Correct BufferedLogger#level? checks. Closes #9806. 2007-10-07 18:54:36 +00:00
clean_logger_test.rb
dependencies_test.rb Dependencies Ruby 1.9 compat 2007-09-27 11:01:20 +00:00
deprecation_test.rb
inflector_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
inflector_test_cases.rb Extract InflectorTestCases so both inflector and string inflections tests can use them. 2007-09-27 10:19:48 +00:00
multibyte_chars_test.rb
multibyte_conformance.rb
multibyte_handler_test.rb Multibyte: String#slice supports regexp argument. Closes #9646. 2007-10-15 07:38:52 +00:00
option_merger_test.rb
ordered_options_test.rb Convert the Ruby 1.9 enumerator to an array 2007-09-27 10:25:51 +00:00
test_test.rb Make sure default_test is tested for ActiveSupport::TestCase too 2007-10-26 23:38:34 +00:00
time_zone_test.rb
whiny_nil_test.rb