Re: [Rails-core] extra attributes in habtm

2006-05-30 Thread choonkeat
On 5/31/06, Michael Koziarski <[EMAIL PROTECTED]> wrote:> Sadly, HABTM has to support those 'rich attributes'. Pulling in those values is a 'feature' not a bug. The consequence of this is that HABTM cannot support join tables with a column called id. Regardless of whether its a feature, b

Re: [Rails-core] extra attributes in habtm

2006-05-30 Thread Rick Olson
Sadly, HABTM has to support those 'rich attributes'. Pulling in those values is a 'feature' not a bug. The consequence of this is that HABTM cannot support join tables with a column called id. Just a thought, but adding this patch might be way to transition folks from habtm to has_many :thr

Re: [Rails-core] extra attributes in habtm

2006-05-30 Thread Michael Koziarski
I can understand habtm is moving towards deprecating support for extra attributes in join_table, and to use :through for those cases instead. To clarify, patch for #5216 wasn't looking to support populating extra attributes in join table. But rather, it was meant to make habtm resilient against e

[Rails-core] extra attributes in habtm

2006-05-30 Thread choonkeat
Hi,Posting here since issue tracking isn't the best place to discuss.I can understand habtm is moving towards deprecating support for extra attributes in join_table, and to use :through for those cases instead. To clarify, patch for #5216 wasn't looking to support populating extra attributes in