aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/casting.rb
Commit message (Expand)AuthorAgeFilesLines
* 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