.. |
apis
|
merged the changes for the upcoming 0.6.0:
|
2005-02-25 23:39:39 +00:00 |
fixtures
|
Added support for decimal types. Closes #6676.
|
2006-12-03 20:30:34 +00:00 |
abstract_client.rb
|
Fix AWS tests
|
2006-08-14 23:14:08 +00:00 |
abstract_dispatcher.rb
|
Allow action_web_service to handle various HTTP methods including GET
|
2007-01-24 08:05:33 +00:00 |
abstract_unit.rb
|
set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation callers. off by default. on for Rails tests.
|
2006-09-04 03:38:13 +00:00 |
api_test.rb
|
add base64 signature type (thanks, Shugo Maeda!)
|
2005-05-07 22:57:08 +00:00 |
base_test.rb
|
rename entire package to Action Web Service
|
2005-02-18 23:55:29 +00:00 |
casting_test.rb
|
add base64 signature type (thanks, Shugo Maeda!)
|
2005-05-07 22:57:08 +00:00 |
client_soap_test.rb
|
Added support for decimal types. Closes #6676.
|
2006-12-03 20:30:34 +00:00 |
client_xmlrpc_test.rb
|
Added support for decimal types. Closes #6676.
|
2006-12-03 20:30:34 +00:00 |
container_test.rb
|
merged the changes for the upcoming 0.6.0:
|
2005-02-25 23:39:39 +00:00 |
dispatcher_action_controller_soap_test.rb
|
ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST
|
2006-09-01 02:18:52 +00:00 |
dispatcher_action_controller_xmlrpc_test.rb
|
Fixed XMLRPC multicall when one of the called methods returns a struct object.
|
2006-08-23 09:34:46 +00:00 |
gencov
|
merged the changes for the upcoming 0.6.0:
|
2005-02-25 23:39:39 +00:00 |
invocation_test.rb
|
support using invocation filters in :direct controllers as well, for
|
2005-05-07 23:49:45 +00:00 |
run
|
generalize casting code to be used by both SOAP and XML-RPC (previously only XML-RPC). switch
|
2005-03-28 03:20:13 +00:00 |
scaffolded_controller_test.rb
|
Simple changes to bring AWS up to date with view_paths and render :text. Tests still fail though. [Koz]
|
2007-10-15 08:59:48 +00:00 |
struct_test.rb
|
* Fix casting of nested members in structured types if we have a signature
|
2005-04-04 22:58:02 +00:00 |
test_invoke_test.rb
|
Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [Kevin Ballard <kevin@sb.org>, Kent Sibilev]
|
2006-06-27 19:41:14 +00:00 |