This project is archived and is in readonly mode.
has_one :through with :autosave (unknown key: autosave)
Reported by MarianTheisen | December 15th, 2010 @ 12:00 PM
Hey,
im not quite sure if this is even supposed to work, but in the
rails rdocs, it's not mentioned that you cannot use :autosave with
:through. anyway, my original problem was, that my has_one :through
asssociation is always beeing saved (although the docs say, only
saves if new_record?), which i don't want, so i thought setting
:autosave to false should do the trick, but has_one doesn't accept
the autosave key, when :through is specified.
Comments and changes to this ticket
-
MarianTheisen December 15th, 2010 @ 12:20 PM
if this bug is valid, here's a patch (yes i know, without a test... sry)
-
rails March 16th, 2011 @ 12:00 AM
- Tag changed from autosave, has_one, rails3.0.3 to autosave, has_one, rails303
- State changed from new to open
This issue has been automatically marked as stale because it has not been commented on for at least three months.
The resources of the Rails core team are limited, and so we are asking for your help. If you can still reproduce this error on the 3-0-stable branch or on master, please reply with all of the information you have about it and add "[state:open]" to your comment. This will reopen the ticket for review. Likewise, if you feel that this is a very important feature for Rails to include, please reply with your explanation so we can consider it.
Thank you for all your contributions, and we hope you will understand this step to focus our efforts where they are most helpful.
-
rails March 16th, 2011 @ 12:00 AM
- State changed from open to stale
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>