mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6a7fc51c66
detected by said scripts git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@708 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
13 lines
683 B
Text
13 lines
683 B
Text
= Low priority tasks
|
|
- add better type mapping tests for XML-RPC
|
|
- add tests for ActiveRecord support (with mock objects?)
|
|
|
|
= Refactoring
|
|
- Find an alternative way to map interesting types for SOAP (like ActiveRecord
|
|
model classes) that doesn't require creation of a sanitized copy object with data
|
|
copied from the real one. Ideally this would let us get rid of
|
|
ActionWebService::Struct altogether and provide a block that would yield the
|
|
attributes and values. "Filters" ? Not sure how to integrate with SOAP though.
|
|
|
|
- Don't have clean way to go from SOAP Class object to the xsd:NAME type
|
|
string -- NaHi possibly looking at remedying this situation
|