aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-06-29 02:41:00 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-06-29 02:41:00 +0000
commit31e48939b13b5960eec0167ef0b71cd65ed36ed4 (patch)
tree077731411abd5d6174db298f52b9c37e222edd90 /actionpack/CHANGELOG
parent453ed1539500f3dc9f704bb0933f50cc42bbe46a (diff)
downloadrails-31e48939b13b5960eec0167ef0b71cd65ed36ed4.tar.gz
rails-31e48939b13b5960eec0167ef0b71cd65ed36ed4.tar.bz2
rails-31e48939b13b5960eec0167ef0b71cd65ed36ed4.zip
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Ticket 1543 - Fix test_process r1476@iwill: jeremy | 2005-06-29 00:20:53 -0700 Correct expected, actual order for assert_equal. Use new render method in TestController. r1477@iwill: jeremy | 2005-06-29 00:23:45 -0700 Generate route and assign parameters without modifying the user's params. r1480@iwill: jeremy | 2005-06-29 00:28:52 -0700 Update changelog. r1481@iwill: jeremy | 2005-06-29 00:34:02 -0700 Directly generate paths with a leading slash instead of tacking it on later. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1557 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index b3e1425843..55cf3a0ff6 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Directly generate paths with a leading slash instead of tacking it on later. #1543 [Nicholas Seckar]
+
+* Fixed errant parameter modification in functional tests. #1542 [Nicholas Seckar]
+
* Routes fail with leading slash #1540 [Nicholas Seckar]
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway]