This project is archived and is in readonly mode.
Inconsistency with cattr_reader/mattr_reader
Reported by Kabari | March 14th, 2010 @ 07:38 AM
cattr_reader/mattr_reader don't allow the option to avoid creating an instance reader the same way their writer counterparts do. A patch in included.
Comments and changes to this ticket
-
Repository March 27th, 2010 @ 09:07 AM
- State changed from new to resolved
(from [b081948bb3e1a6874f133140bf07e7fb9d3359d9]) fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]
Signed-off-by: wycats wycats@gmail.com
http://github.com/rails/rails/commit/b081948bb3e1a6874f133140bf07e7... -
Andrea Campi October 11th, 2010 @ 07:25 AM
- Tag changed from activesupport, attributes, class, core_ext, patched to activesupport, attributes, class, core_ext, patch
bulk tags cleanup
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
- 4172 Inconsistency with cattr_reader/mattr_reader (from [b081948bb3e1a6874f133140bf07e7fb9d3359d9]) fixing ...