[Rails-core] Feature Request: Track habtm changes

2013-08-22 Thread Gabriel Sobrinho
Hey guys, What do you think about tracking habtm changes? Apparently we can't do that because when you change a habtm association it is changed immediately on database instead of waiting the save call (not sure why and the problem may not be because of that). Current behaviour:

Re: [Rails-core] Feature Request: Track habtm changes

2013-08-22 Thread Matt Jones
On Aug 22, 2013, at 11:56 AM, Gabriel Sobrinho wrote: Hey guys, What do you think about tracking habtm changes? Apparently we can't do that because when you change a habtm association it is changed immediately on database instead of waiting the save call (not sure why and the problem