Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 244 Bytes

README.rdoc

File metadata and controls

10 lines (8 loc) · 244 Bytes

Getting Started

brew install postgresql
bundle install
rake db:setup
rake

Since we deploy to Heroku, I’m also using postgres in development to avoid running into any leaky-abstraction differences between development and production.