I've been handling them by including a generator in my plugin, which generates a migration (or possibly multiple migrations). You'd have to generate and run the migration in each app using the plugin, which is a bit clunky, but seems to be okay as a workaround.
Nat On Tue, Feb 9, 2010 at 4:43 PM, seth b <[email protected]> wrote: > Hey everyone, > > I've been out of the loop for a minute regarding engines, but I'm > looking to update Substruct to Engines 2.3/Rails 2.3 if possible. > > My last investigation stopped when running into the migrations issue. > I'm wondering if there is a recommended way to handle engine > migrations / legacy migrations (001_my_migration.rb) with 2.3. The > official site mentions some "things being in the works" but I didn't > really see anything past that. > > Any advice or a link to a blog post would be cool. Thanks much. > > -------------------- > http://subimage.com > http://twitter.com/subimage > _______________________________________________ > Engine-Developers mailing list > [email protected] > > http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org >
_______________________________________________ Engine-Developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
