I have a gem that I want to be able to create my own database (and then, if necessary, migrate to this database). The driver uses ActiveRecord when reading and writing to the database. With the exception of embedding my gem in a non-maintenance Rails application just to get the necessary rake tasks, is there a best practice or way to increase the community for this? Attaching the entire Rails infrastructure to my small command line just to receive future updates seems to be too much overhead.
source share