Skip to content

Instantly share code, notes, and snippets.

@lazybios
Last active August 29, 2015 14:15
Show Gist options
  • Save lazybios/72e39958b9d9ce9e0f2c to your computer and use it in GitHub Desktop.
Save lazybios/72e39958b9d9ce9e0f2c to your computer and use it in GitHub Desktop.
# create db migration file
rails g migration CreateIssues
# execute migration
rake db:migrate
# add new column
rails generate migration add_email_to_users email:string
# add foundation gem
# bundle install
# rails g foundation:install
# restart srever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment