-
Notifications
You must be signed in to change notification settings - Fork 0
Fixes #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fixes #1
Changes from all commits
bf89f2f
646361b
9e1a589
e229610
2f5ace0
911e86d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ def soap_action(action, options={}) | |
|
|
||
| end | ||
|
|
||
| default_response_tag = soap_config.camelize_wsdl ? 'Response' : '_response' | ||
| default_response_tag = 'Response' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Creo que esto debería estar freeze o ser un sym, si no se crean objetos en memoria que el GC de ruby va a tener que salir a allocar en tiempo de request. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| default_response_tag = action+default_response_tag | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| module WashOut | ||
| class Type | ||
|
|
||
| def self.type_name(value) | ||
| @param_type_name = value.to_s | ||
| end | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Estamos exponiendo el
Bodydel tagSOAP-ENVy esto pudiera ofender al tag por hacer Body Shamming