diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-06-13 02:58:44 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-06-13 02:58:44 +0000 |
commit | 887e67c80e12308467526d731e74fafef9f07ac9 (patch) | |
tree | a306e4e94e7224ff2d6e8c4e028c3ed5f6c50855 /actionwebservice/CHANGELOG | |
parent | 1fde44bfee41a35469084e1c73e2bccbd4e5fbe8 (diff) | |
download | rails-887e67c80e12308467526d731e74fafef9f07ac9.tar.gz rails-887e67c80e12308467526d731e74fafef9f07ac9.tar.bz2 rails-887e67c80e12308467526d731e74fafef9f07ac9.zip |
Fix moduled controller URLs in WSDL, and add unit test to verify the generated URL.
See ticket #1428.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1408 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index fd3621f023..c1fffb523a 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix moduled controller URLs in WSDL, and add unit test to verify the generated URL #1428 + * Fix scaffolding template paths, it was broken on Win32 * Fix that functional testing of :layered controllers failed when using the SOAP protocol |