rails--rails/activesupport/test
David Heinemeier Hansson 46b0e7d1d7 Added support for pluralization with a different starting letter than the singular version (cow/kine) (closes #4929) [norri_b/hasmanyjosh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7092 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-23 16:47:47 +00:00
..
autoloading_fixtures Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
core_ext Added proper handling of arrays. Closes #8537 [hasmanyjosh] 2007-06-21 15:07:15 +00:00
dependencies Checkin failing test case related to load once paths 2006-12-24 14:41:29 +00:00
json escape <'s and >'s in JSON strings. #8371 [Rick] 2007-05-29 09:10:36 +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
clean_logger_test.rb Ensure clean_logger fixes are 1.8.2 compatible [mislav] Closes #8396 2007-06-22 23:09:11 +00:00
dependencies_test.rb Update Dependencies to ignore constants inherited from ancestors. Closes #6951. 2007-03-14 23:27:28 +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 Added support for pluralization with a different starting letter than the singular version (cow/kine) (closes #4929) [norri_b/hasmanyjosh] 2007-06-23 16:47:47 +00:00
multibyte_chars_test.rb Multibyte strings respond_to the String methods they proxy so they can be duck-typed. Closes #6549. 2007-05-28 23:33:54 +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 ActiveSupport::Multibyte::Handlers::UTF8Handler should raise when a range and an integer are passed in (just like the native implementation). Closes #7176 [Rich Collins] 2007-01-23 05:27:25 +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
test_test.rb Enhance assert_difference to accept arrays of strings which are then evaled 2007-06-01 20:20:19 +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