1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionwebservice/lib/action_web_service
Leon Breedt 4f2f408ba1 allow 0, 1, '0' or '1' to be cast to the appropriate values for boolean
values.

update XML-RPC example to work in :layered mode.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@883 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-10 11:53:29 +00:00
..
api add allow_active_record_expects option to ActionWebService::API::Base, 2005-02-28 22:42:24 +00:00
client allow the client to specify options to be passed through to the underlying 2005-03-03 21:30:44 +00:00
container merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
dispatcher add action_web_service/test_invoke, will be used by for testing APIs in 2005-03-04 10:07:53 +00:00
protocol Make all custom types and method calls are declared in the 'urn:ActionWebService' 2005-02-27 21:21:40 +00:00
support merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
vendor allow 0, 1, '0' or '1' to be cast to the appropriate values for boolean 2005-03-10 11:53:29 +00:00
api.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
base.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
client.rb refactoring: 2005-02-19 08:29:42 +00:00
container.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
dispatcher.rb refactoring: 2005-02-19 08:29:42 +00:00
invocation.rb refactoring: 2005-02-19 08:29:42 +00:00
protocol.rb merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
struct.rb Make all custom types and method calls are declared in the 'urn:ActionWebService' 2005-02-27 21:21:40 +00:00
test_invoke.rb add action_web_service/test_invoke, will be used by for testing APIs in 2005-03-04 10:07:53 +00:00