aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Documentation for ActionWebService::API::Base.Kent Sibilev2007-01-241-0/+2
* Allow action_web_service to handle various HTTP methods including GETKent Sibilev2007-01-241-0/+2
* Ensure that DispatcherError is being thrown correctly when a malformed reques...Kent Sibilev2006-12-111-0/+2
* Added support for decimal types. Closes #6676.Kent Sibilev2006-12-031-0/+2
* Removed deprecated end_form_tag helper.Kent Sibilev2006-10-311-0/+2
* Removed deprecated @request and @response usages.Kent Sibilev2006-10-011-0/+2
* Removed invocation of deprecated before_action and around_action filter methods.Kent Sibilev2006-09-251-0/+2
* Provide access to the underlying SOAP driver.Kent Sibilev2006-09-161-0/+2
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-011-0/+2
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOSTKent Sibilev2006-09-011-1/+3
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-0/+2
* Fixed XMLRPC multicall when one of the called methods returns a struct object.Kent Sibilev2006-08-231-0/+2
* New dependencies implementationNicholas Seckar2006-08-081-0/+2
* Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [K...Marcel Molina2006-06-271-0/+2
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-0/+2
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-0/+2
* Fix test database name typo. [Marcel Molina Jr.]Marcel Molina2006-04-291-0/+4
* Its 2006, not 2005David Heinemeier Hansson2006-04-161-2/+2
* Include the calculations fix for a new release of ARDavid Heinemeier Hansson2006-04-091-0/+5
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+2
* Do not convert driver options to strings (closes #4499) [Kent]David Heinemeier Hansson2006-04-041-0/+4
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-1/+2
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+6
* Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on...David Heinemeier Hansson2006-03-261-0/+6
* Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@...David Heinemeier Hansson2006-03-231-0/+2
* Fix soap type registration of multidimensional arrays (closes #4232) [Kent]David Heinemeier Hansson2006-03-171-0/+2
* Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...David Heinemeier Hansson2006-03-031-0/+14
* Update from LGPL to MIT license as per Minero Aoki's permission.Marcel Molina2005-11-171-0/+2
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-0/+2
* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,...Leon Breedt2005-11-091-0/+4
* Made ready for 0.14.3 (RC4)David Heinemeier Hansson2005-11-071-0/+5
* Prepared for release of 0.14.2 (RC3)David Heinemeier Hansson2005-10-251-0/+5
* Really ready for pushDavid Heinemeier Hansson2005-10-191-0/+5
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-1/+2
* fix invalid request XML generation in test process.Leon Breedt2005-08-241-0/+2
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-161-0/+2
* Fix duplicate XSD entries for custom types (#1729), and prevent recursive typeLeon Breedt2005-08-141-0/+2
* Allow multiple invocations in the same WS test #1720Leon Breedt2005-08-141-0/+2
* Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const...Leon Breedt2005-08-121-0/+2
* add changelog entry.Leon Breedt2005-07-131-0/+4
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-111-1/+2
* ensure the second manual WS request of scaffolding contains the same state asLeon Breedt2005-07-061-0/+4
* Tuned documentation for release (AWS)David Heinemeier Hansson2005-07-061-1/+1
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-0/+4
* Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo...Leon Breedt2005-06-131-0/+2
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-131-0/+2
* fix scaffolding template paths (Pathname does weird things on Win32)Leon Breedt2005-05-311-0/+2
* add test to ensure the bug fixed by [1295] can't occur again.Leon Breedt2005-05-081-0/+2
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-071-0/+2
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-071-0/+2