rails--rails/actionpack/test
Michael Koziarski 62455f56b4 Ensure compiled template tests pass on windows where there are no symlinks. [skaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6866 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-27 07:21:01 +00:00
..
activerecord Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long] 2007-02-04 20:47:05 +00:00
controller Routing: respond with 405 Method Not Allowed status when the route path matches but the HTTP method does not. Closes #6953. 2007-05-26 20:07:34 +00:00
fixtures Missed svn add from [6856]. References #8174. 2007-05-26 03:18:57 +00:00
template Ensure compiled template tests pass on windows where there are no symlinks. [skaes] 2007-05-27 07:21:01 +00:00
abstract_unit.rb Introduce the request.body stream. Lazy-read to parse parameters rather than always setting RAW_POST_DATA. Reduces the memory footprint of large binary PUT requests. 2007-05-15 21:36:21 +00:00
active_record_unit.rb Pass busy timeout for sqlite3 integration tests. 2007-01-24 12:02:40 +00:00
testing_sandbox.rb Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra] 2006-10-12 21:13:05 +00:00