aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/casting.rb
Commit message (Expand)AuthorAgeFilesLines
* Added support for decimal types. Closes #6676.Kent Sibilev2006-12-031-0/+2
* Don't convert value if it's already of an appropriate type.Kent Sibilev2006-09-051-6/+6
* Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on...David Heinemeier Hansson2006-03-261-0/+3
* Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...David Heinemeier Hansson2006-03-031-0/+7
* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,...Leon Breedt2005-11-091-0/+8
* Fix docs (closes #2725)David Heinemeier Hansson2005-11-071-1/+1
* Tuned documentation for release (AWS)David Heinemeier Hansson2005-07-061-1/+1
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-071-0/+6
* Fix regression where nil values were incorrectly being cast into theLeon Breedt2005-04-191-0/+1
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-2/+2
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-2/+1
* * Fix casting of nested members in structured types if we have a signatureLeon Breedt2005-04-041-3/+10
* don't use SyncEnumerator, its far too slow to be used in something frequently...Leon Breedt2005-04-031-2/+2
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-0/+105