This project is archived and is in readonly mode.
[Patch] Add standard Hash methods to OrderedHash
Reported by Steve Purcell | June 3rd, 2008 @ 08:56 AM
I had an app break after updating to 2.1, since AR.find.group_by now returns an OrderedHash, which doesn't support the standard Hash "key?" and "value?" methods, or the various aliases.
This little patch with tests adds those.
Comments and changes to this ticket
-
Repository June 3rd, 2008 @ 08:15 PM
- State changed from new to resolved
(from [7cfa6ec8a37b70ec302f09929df5160ac42971e7]) Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:resolved]
Signed-off-by: Joshua Peek
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>