Skip to content
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

:order! keys are not converted #27

Closed
guzart opened this issue Jun 10, 2013 · 1 comment
Closed

:order! keys are not converted #27

guzart opened this issue Jun 10, 2013 · 1 comment

Comments

@guzart
Copy link

guzart commented Jun 10, 2013

Unfortunately am stuck using 1.8.7

Savon settings:

convert_request_keys_to :camelelcase
element_form_default :qualified

but this is not applying to the :order! array, so I am getting an argument error:
Missing elements in :order! [:user_name, :email_count]

Upon further exploration the error is coming from

gyoku-1.0.0/lib/gyoku/hash.rb:76:in `order'
hashable = [:email_count, :user_name]
orderable = ['userName', 'emailCount']

Thanks

@guzart
Copy link
Author

guzart commented Jun 10, 2013

Sorry, this seems more like a savon issue.

@guzart guzart closed this as completed Jun 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant