rails--rails/actionpack/test
Rick Olson 7f517348db Make ActionView#view_paths an attr_accessor for real this time. Also, don't perform an unnecessary #compact on the @view_paths array in #initialize. Closes #8582 [dasil003, julik, rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7034 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-15 23:52:37 +00:00
..
activerecord Deprecation: remove pagination. Install the classic_pagination plugin for forward compatibility, or move to the superior will_paginate plugin. Closes #8157. 2007-06-11 00:51:11 +00:00
controller Make ActionView#view_paths an attr_accessor for real this time. Also, don't perform an unnecessary #compact on the @view_paths array in #initialize. Closes #8582 [dasil003, julik, rick] 2007-06-15 23:52:37 +00:00
fixtures Tolerate missing content type on multipart file uploads. Fix for Safari 3. 2007-06-12 07:44:23 +00:00
template Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208, #7212. 2007-06-13 01:34:16 +00:00
abstract_unit.rb Don't croak if ruby-debug isn't installed. 2007-05-28 00:00:07 +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