https://github.com/basecamp/deep_hash_transform
Re-key a nested Hash to all-Symbol or -String keys. Rails 4+ backport.
https://github.com/basecamp/deep_hash_transform
Last synced: 4 months ago
JSON representation
Re-key a nested Hash to all-Symbol or -String keys. Rails 4+ backport.
- Host: GitHub
- URL: https://github.com/basecamp/deep_hash_transform
- Owner: basecamp
- License: mit
- Created: 2014-02-21T13:46:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T16:48:16.000Z (about 4 years ago)
- Last Synced: 2026-01-18T00:43:57.311Z (5 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 5
- Watchers: 32
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Deep Hash transforms
Rekey a Hash to all-Symbol or -String keys.
Backported from Rails 4.1 for use in Rails 2 & 3.
Steps aside if core extensions are already available.