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

Allowing for order! to be a string key #44

Merged
merged 1 commit into from
Aug 27, 2014

Commits on Jul 25, 2014

  1. Allowing for order! to be a string key

    When using savon to issue SOAP requests in a background process, the
    request parameters (a hash) get saved by resque in redis. When pulled
    out of redis, all keys of the hash are stringified as they are
    marshalled as strings.
    In order to avoid ordering issues when using resque or sidekick, gyoku
    will accept both the symbol or the string version of the order! key and
    respect that order.
    Hugo Corbucci committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    3985a94 View commit details
    Browse the repository at this point in the history