aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-10-11 04:31:57 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-10-11 04:31:57 +0000
commit214d236e7d9967a887fecee6e24d4c96c4a344dc (patch)
treef2765cb925298572a81cbd1eb5b24adcbf57c36d /actionpack/CHANGELOG
parent111738737674121343fb1aba2f7883e682d205c1 (diff)
downloadrails-214d236e7d9967a887fecee6e24d4c96c4a344dc.tar.gz
rails-214d236e7d9967a887fecee6e24d4c96c4a344dc.tar.bz2
rails-214d236e7d9967a887fecee6e24d4c96c4a344dc.zip
Install named routes into ActionView::Base instead of proxying them to the view via helper_method. Closes #5932.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5283 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 00b4d93e98..5f28208836 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Install named routes into ActionView::Base instead of proxying them to the view via helper_method. Closes #5932. [Nicholas Seckar]
+
* Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs]
* Fix relative URL root matching problems. [Mark Imbriaco]
@@ -8,6 +10,7 @@
* render_text may optionally append to the response body. render_javascript appends by default. This allows you to chain multiple render :update calls by setting @performed_render = false between them (awaiting a better public API). [Jeremy Kemper]
+>>>>>>> .r5282
* Rename test assertion to prevent shadowing. Closes #6306. [psross]
* Fixed that NumberHelper#number_to_delimiter should respect precision of higher than two digits #6231 [phallstrom]