Skip to content

Instantly share code, notes, and snippets.

View lachlanjc's full-sized avatar
🏳️‍🌈
(they/them)

Lachlan Campbell lachlanjc

🏳️‍🌈
(they/them)
View GitHub Profile
@lachlanjc
lachlanjc / kickoff.rb
Last active August 29, 2015 14:04 — forked from nbashaw/kickoff.rb
# 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'