Yes.  I did an update before I did the diff.

On Aug 15, 2006, at 9:18 PM, Jeremy Kemper wrote:

Is this a patch against trunk, which includes your previous patch?

On 8/15/06, Rich Collins <[EMAIL PROTECTED] > wrote:
I added additional fixes to recursively cascading associations.  This
patch includes fixes for has_many :through and habtm (with tests) as
well as tests for has_one and belongs_to.  I created some new models
for testing and added the required sql for creating and dropping the
tables.  This is _only_ tested on postgresql.

As a quick summary, here are some examples that previously would not
work and are now tested and/or fixed:

root_node = RecursivelyCascadedTreeMixin.find(:first, :include=>
{:first_child=>{:first_child=>:first_child}}, :order => ' mixins.id')
leaf_node = RecursivelyCascadedTreeMixin.find(:first, :include=>
{:parent=>{:parent=>:parent}}, :order => 'mixins.id DESC')
source = Vertex.find(:first, :include=>{:sinks=>{:sinks=>
{:sinks=>:sinks}}}, :order => 'vertices.id')
sink = Vertex.find(:first, :include=>{:sources=>{:sources=>
{:sources=>:sources}}}, :order => ' vertices.id DESC')



_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core




_______________________________________________
Rails-core mailing list

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to