Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-actionwebservice
From: Min Sik Kim
Date: 2007-01-28 06:42:51
Message id: 20070128054251.9B886211CA@cvs.netbsd.org
Log Message:
Update ruby-actionwebservice to 1.2.1, required by rails-1.2.1.
Changes since 1.1.6:
* Removed invocation of deprecated before_action and around_action filter
methods. Corresponding before_invocation and after_invocation methods
should be used instead.
* Provide access to the underlying SOAP driver.
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST
* Tighten rescue clauses.
* Fixed XMLRPC multicall when one of the called methods returns a struct
object.
* Fix invoke_layered since api_method didn't declare :expects.
Files: