rails/actionpack/test
2006-10-14 00:31:30 +00:00
..
activerecord use ActiveRecordTestCase 2006-09-22 01:59:06 +00:00
controller Make page caching respect the format of the resource that is being requested even if the current route is the default route so that, e.g. posts.rss is not transformed by url_for to '/' and subsequently cached as '/index.html' when it should be cached as '/posts.rss'. 2006-10-12 23:29:04 +00:00
fixtures Deprecate @response 2006-09-29 08:26:45 +00:00
template Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred Stienstra] 2006-10-14 00:31:30 +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
active_record_unit.rb Filters overhaul including meantime filter support for around filters. Closes #5949. 2006-09-22 03:41:03 +00:00
testing_sandbox.rb Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra] 2006-10-12 21:13:05 +00:00