On 2/22/06, Pete Yandell <[EMAIL PROTECTED]> wrote: > Does this tie in with http://dev.rubyonrails.org/ticket/1562 which > allows including multiple associations that reference a single table, > but (AFAIK) isn't compatible with edge rails? If this doesn't solve > the same problem as 1562, would this make solving it easier?
I haven't tested the patch, but it aliases the table names in the SQL, so it may fix the problems that 1562 addresses (hopefully someone else can give a more definitive answer). I hope it does and it gets included in Rails 1.1, that way I won't have to keep updating the 1562 patch and associated plugin (which would probably be painful because of the changes made between 1.0 and Edge). _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
