This project is archived and is in readonly mode.
Broken validations with custom accessors
Reported by Alexander Mankuta | October 29th, 2009 @ 12:57 PM
Validations are broken with custom accessors. See attached example.
Comments and changes to this ticket
-
David Trasbo April 15th, 2010 @ 08:51 PM
- Assigned user set to Ryan Bigg
Overriding accessors defined by
ActiveRecord::Base
is bound to cause trouble if you're not careful. Rails doesn't and shouldn't try to support doing things like this. This can be marked as invalid. -
Ryan Bigg April 15th, 2010 @ 10:48 PM
- State changed from new to invalid
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>