diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-03-02 22:55:00 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-03-02 22:55:00 +0000 |
commit | 631340d5d1b6c3bc610960116226789c4f51eecc (patch) | |
tree | 31350110d18960be1234198ced169a2c1d3fbd73 /actionwebservice/TODO | |
parent | 6d688aa20c1075aa37134c2bfa9d7eae75f90437 (diff) | |
download | rails-631340d5d1b6c3bc610960116226789c4f51eecc.tar.gz rails-631340d5d1b6c3bc610960116226789c4f51eecc.tar.bz2 rails-631340d5d1b6c3bc610960116226789c4f51eecc.zip |
make the marshaler use the same set of columns as the code that generates
WSDL, avoids mismatches when there are associations in the AR model class.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@825 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/TODO')
-rw-r--r-- | actionwebservice/TODO | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/actionwebservice/TODO b/actionwebservice/TODO index a5ca99e89f..55c484b775 100644 --- a/actionwebservice/TODO +++ b/actionwebservice/TODO @@ -1,3 +1,11 @@ += 0.7.0 + - WS Scaffolding + - WS Generators + - WS Test Integration + += 0.8.0 + - Consumption of WSDL services + = Refactoring - Don't have clean way to go from SOAP Class object to the xsd:NAME type string -- NaHi possibly looking at remedying this situation |