This project is archived and is in readonly mode.
Removing unnecessary code from ActiveRecord
Reported by Thiago Pradi | July 26th, 2010 @ 01:47 AM
Hey Guys,
I found this code inside autosave_association.rb. This code have a TODO marked to remove, so I added a test to make sure that this feature won't break without this code.
Comments and changes to this ticket
-
Rohit Arondekar July 26th, 2010 @ 02:50 AM
- Importance changed from to Low
Tests pass but there were some trailing whitespaces in the patch. Fixed in the attached patch. Maintains authorship.
-
Rohit Arondekar July 26th, 2010 @ 02:51 AM
- State changed from new to open
-
Repository July 26th, 2010 @ 04:50 PM
- State changed from open to resolved
(from [f70c0b348d2f703d763a8136df7837567f7cb691]) Removing unnecessary code [#5192 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/f70c0b348d2f703d763a8136df7837...
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
- 5192 Removing unnecessary code from ActiveRecord (from [f70c0b348d2f703d763a8136df7837567f7cb691]) Removin...