rails/actionwebservice/lib/action_web_service
Leon Breedt 37270359ac remove wrongheaded uses of "rescue nil" if it will mask a useful exception. also include
the whole backtrace in the 500 error response body if exception reporting is turned on (the default).


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1035 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-03-29 09:04:31 +00:00
..
api 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
client 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
container Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] 2005-03-25 09:07:01 +00:00
dispatcher remove wrongheaded uses of "rescue nil" if it will mask a useful exception. also include 2005-03-29 09:04:31 +00:00
protocol don't hide exceptions when we fail to parse XML-RPC messages. 2005-03-28 06:55:30 +00:00
support merged the changes for the upcoming 0.6.0: 2005-02-25 23:39:39 +00:00
vendor remove wrongheaded uses of "rescue nil" if it will mask a useful exception. also include 2005-03-29 09:04:31 +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 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