Skip to content

Instantly share code, notes, and snippets.

View ailourophile's full-sized avatar

Ælurophile ailourophile

View GitHub Profile
@ailourophile
ailourophile / New Data Model Update
Created June 8, 2013 13:31
This simply updates the database with our new users data model.
$ bundle exec rake db:migrate
Note that, in order to ensure that the command uses the version of Rake corresponding to our Gemfile, we need to run rake using bundle exec.