When using 'rake db_schema_dump' Rails will ignore its own schema version table, so I'm trying to extend it to ignore engines' as well. It's a bit tough though because of the way Rails loads the SchemaDumper class... I'm still playing with it.
Anyway, if I get it working, shall I supply a patch? Sidenote: I hate Rails making a table for schema info... so I'm doubly pained to see engines add another for the same reason. I was thinking it would be nice of engines just extended the Rails table... I don't think Rails cares of there's extra columns and as long as the app migration version is the first record, it should keep working. Thoughts? -- Jeff Lindsay http://blogrium.com/ _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
