On Sun, Mar 7, 2010 at 4:54 PM, Josh Susser <j...@hasmanythrough.com> wrote:
> I have a semi-grand plan for some changes to migrations.

+1 on all points.

I reviewed rails.lighthouseapp.com/projects/8994/tickets/2058, and
your solutions seem to cover all bases (someone speak up if it
doesn't).  I especially like the part where you don't copy files to
the app, I always thought that sounded crazy.

Referencing the engines' migration versions in a manually-created
migration makes sense.  You want to have a single "timeline" for your
app's migrations, as described in this comment:
https://rails.lighthouseapp.com/projects/8994/tickets/2058#ticket-2058-28
(good analysis even though it recommends the file-copy approach).
Plus, manual creation can always be changed to automatic in the future
with higher-level abstractions.

pre-3.0 is also the right time to add fundamental changes like this,
so please post the ticket in this thread once you have a patch ready.

-- Chad

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-c...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-core+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to