Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

🐛 Convert all params keys to string #161

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

omarramos
Copy link
Contributor

When trying to sort a hash of mixed keys (String and Symbols) an exception occurs, "comparison of Array with Array failed".

This is due to sort using <=> which which doesn't work when comparing string to symbols.

When trying to sort a hash of mixed keys (String and Symbols) an exception occurs, "comparison of Array with Array failed".

This is due to sort using <=> which which doesn't work when comparing string to symbols.
@raja
Copy link

raja commented Jun 12, 2015

+1 this needs to be merged in

@ghost
Copy link

ghost commented Aug 4, 2015

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants