aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-05-31 02:50:02 +0000
committerLeon Breedt <bitserf@gmail.com>2005-05-31 02:50:02 +0000
commit46e68538c08d751554b2c6f512659993ef62c218 (patch)
treea3b21b2056b3e6c7862aae84706633d6bf83bbac /actionwebservice/CHANGELOG
parent19da52d69db92995eb518875b60e72b61f83469a (diff)
downloadrails-46e68538c08d751554b2c6f512659993ef62c218.tar.gz
rails-46e68538c08d751554b2c6f512659993ef62c218.tar.bz2
rails-46e68538c08d751554b2c6f512659993ef62c218.zip
fix scaffolding template paths (Pathname does weird things on Win32)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1375 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 7417e22bdf..fd3621f023 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix scaffolding template paths, it was broken on Win32
+
* Fix that functional testing of :layered controllers failed when using the SOAP protocol
* Allow invocation filters in :direct controllers as well, as they have access to more information regarding the web service request than ActionPack filters