🏳️🌈
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Kickoff. The quickest way to start new rails apps | |
# How it works: | |
# 1. Install the gem: `$ gem install kickoff-rails` | |
# 2. Generate your kickoff file `$ kickoff new myapp` | |
# 3. Edit the kickoff file to specify the foundation of your app | |
# 4. Generate your app: `$ kickoff` | |
# Set up your database | |
database = 'postgresql' # or 'sqlite3' or 'mysql' |