aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-06-15 23:52:37 +0000
committerRick Olson <technoweenie@gmail.com>2007-06-15 23:52:37 +0000
commit7f517348db260fb0794a3644f761ac91fe540472 (patch)
treece43b8e4da29effdabb8d10578bdef72022a80ce /actionpack/CHANGELOG
parent9d4225f1298bebacc04cc0055b180c6b2926c024 (diff)
downloadrails-7f517348db260fb0794a3644f761ac91fe540472.tar.gz
rails-7f517348db260fb0794a3644f761ac91fe540472.tar.bz2
rails-7f517348db260fb0794a3644f761ac91fe540472.zip
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
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index caef1a2770..85d0a6f541 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
+
* Tolerate missing content type on multipart file uploads. Fix for Safari 3. [Jeremy Kemper]
* Deprecation: remove pagination. Install the classic_pagination plugin for forward compatibility, or move to the superior will_paginate plugin. #8157 [Josh Peek]