This project is archived and is in readonly mode.
ActiveModel::Name#human modifies options destructively
Reported by John Firebaugh | August 12th, 2010 @ 07:47 PM
It uses #delete and #reverse_merge! on the passed options hash.
Patch with tests incoming.
Comments and changes to this ticket
-
John Firebaugh August 12th, 2010 @ 07:49 PM
- Tag changed from rails3 to activemodel, patch, rails3
-
Repository September 25th, 2010 @ 10:02 AM
- State changed from new to resolved
(from [75a960ca6e38ae68fd55c034272102077fd95afa]) Don't act destructively on ActiveModel::Name#human options hash. [#5366 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/75a960ca6e38ae68fd55c034272102...
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
Tags
Referenced by
- 5366 ActiveModel::Name#human modifies options destructively (from [75a960ca6e38ae68fd55c034272102077fd95afa]) Don't a...