After using it a bit, I see your point.  What's complicating things is 
that I have two different apps using the same database by sharing models 
in an engine.  So far I've been using one app to keep the db up to date, 
the other has no migrations, so if I want to make sure they will each 
run independently I need to do engine migrations in main app on each 
one.  I think will designate one app as always necessary and put all the 
migrations there.

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to