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

Replacing ordered hash to ruby hash on active model #4930

Merged
merged 1 commit into from
Feb 8, 2012

Conversation

ask4prasath
Copy link

Since Ruby 1.9 + defaults Hash works as Ordered Hash and rails 4 has minimum requirement of ruby 1.9 ++ we can replace the ActiveSupport Ordered hash to ruby hash. Checked the tests looks good.

tenderlove added a commit that referenced this pull request Feb 8, 2012
Replacing ordered hash to ruby hash on active model
@tenderlove tenderlove merged commit 06b9c90 into rails:master Feb 8, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants