search for: assoc_id

Displaying 1 result from an estimated 1 matches for "assoc_id".

Did you mean: assoc_gid
2006 Aug 14
0
Acts As List bug: changing value of a scope attribute
Hi, I''ve just found out about this issue and it seems dev.rubyonrails.org is down so I thought I''d put it to the list Say I have an acts_as_list with as associated scope: MyObject ------ id assoc_id position == ======== ======== 1 1 1 2 1 2 3 1 3 4 2 1 5 3 1 If I alter one of my objects: MyObject.find(2).assoc = Assoc.find(2) # or a similar line changing the id all that seems to happen is th...