This project is archived and is in readonly mode.
attrubute_will_change! gets erased after assignment
Reported by Fjan | September 17th, 2009 @ 09:33 PM
This is probably not a bug, but it seems very likely to trip people up so I suggest adding a note to the documentation
Person.new
Person.name_will_change!
Person.changed # => ['name']
Person.name = nil
Person.changed # => []
Comments and changes to this ticket
-
CancelProfileIsBroken September 25th, 2009 @ 12:01 PM
- Tag changed from dirty to bugmash, dirty
-
Rizwan Reza January 21st, 2010 @ 06:40 AM
- State changed from new to invalid
- Tag changed from bugmash, dirty to dirty
This is not applicable anymore.
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
- Nobody is watching this ticket.