rails--rails/activesupport/test
Jeremy Kemper b1968708e1 Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. Closes #9751.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7736 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-04 03:28:42 +00:00
..
autoloading_fixtures Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
core_ext Some platforms include colon in timezone offset, some don't. References #9744. 2007-10-03 23:54:45 +00:00
dependencies Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
json Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. Closes #9751. 2007-10-04 03:28:42 +00:00
abstract_unit.rb Extract InflectorTestCases so both inflector and string inflections tests can use them. 2007-09-27 10:19:48 +00:00
buffered_logger_test.rb BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers with an array instead of string. 2007-10-03 23:43:12 +00:00
clean_logger_test.rb Added call to inspect on non-string classes for the logger (closes #8533) [codahale] 2007-09-22 18:25:30 +00:00
dependencies_test.rb Dependencies Ruby 1.9 compat 2007-09-27 11:01:20 +00:00
deprecation_test.rb DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, and others use it for diagnostics. 2006-12-20 21:28:31 +00:00
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 Make the utf-handler return the correct value for non-matching regular expressions. Closes #9049 [manfred] 2007-08-05 00:51:16 +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 Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +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 Convert the Ruby 1.9 enumerator to an array 2007-09-27 10:25:51 +00:00
test_test.rb Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#binding usage 2007-09-29 22:08:41 +00:00
time_zone_test.rb Improve various test coverage. Closes #8676 [kamal] 2007-06-25 18:22:31 +00:00
whiny_nil_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00