Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Explicitly set the database for the dummy app to sqlite3
If a developer has configuration for projects in (e.g.) a .railsrc file that sets a different database, the generator will fail as the adapter is not included in the template. We can remediate this issue by explicitly setting sqlite3 as the database when setting up the dummy application.
- Loading branch information