Skip to content

Instantly share code, notes, and snippets.

@elenawalom
Created July 12, 2013 00:58
Show Gist options
  • Save elenawalom/5980592 to your computer and use it in GitHub Desktop.
Save elenawalom/5980592 to your computer and use it in GitHub Desktop.
Project Preparation
Table:
Derby (person types in :pillbox fascinator, top hat, fascinator,
Website URL will be _____.heroku.com
App that looks for accessories appropriate for event on Etsy.
Make a list of keywords and pairs, make the models, make sure you can grab desired data from Etsy.
Text field, type in wedding, get pictures, keywords.
By Monday, have all code in Sublime. During the week, use HTML/CSS to make site pretty.
Tonight, get the models done (only 2 tables)
Then work on getting the Etsy API working.
for both tables
rake db:migrate
"rails generate model"
rails generate model
model
set up relationship inside of event, i.e. "has many keywords"
rails generate field
Chapter 2 and Chapter 10 to review content on how to build an app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment