Is there a plugin available to have Rails run through a db:migrate on startup? I'm looking for a solution that doesn't involve calling out to the Rake task via the shell; so, no "system('rake db:migrate')
".
I can readily write my own plugin to do this, but figured it would be better to use/improve an existing migrate-on-init plugin if one exists.