This project is archived and is in readonly mode.
Missing require in ActiveSupport::HashWithIndifferentAccess
Reported by Chris | July 24th, 2010 @ 01:32 AM
ActiveSupport::HashWithIndifferentAccess depends on Hash#with_indifferent_access, so I added the require.
Comments and changes to this ticket
-
David Trasbo August 1st, 2010 @ 06:46 PM
- Assigned user set to José Valim
+1
HashWithIndifferentAccess
uses theHash#with_indifferent_access
in a couple of methods:reverse_merge
andconvert_value
. -
Repository August 2nd, 2010 @ 03:19 PM
- State changed from new to resolved
(from [59cf514a5b769257a1538736d91f48ee0900e236]) Add missing require in ActiveSupport::HashWithIndifferentAccess [#5189 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/59cf514a5b769257a1538736d91f48...
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>
People watching this ticket
Attachments
Referenced by
- 5189 Missing require in ActiveSupport::HashWithIndifferentAccess (from [59cf514a5b769257a1538736d91f48ee0900e236]) Add mis...