Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created June 14, 2013 01:37
Show Gist options
  • Save ashleygwilliams/5778813 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/5778813 to your computer and use it in GitHub Desktop.
HOMEWORK: ALEX + JULIAN 13 JUNE 2013
JULIAN:
finish scraper for two types of site
read http://www.w3schools.com/sql/ << teach you how to build sql tables
port the scraper lib from the sinatra app to the rails app
pay attention to what your models are!!
tables = > columns :: models => attributes
what data am i scraping || what attributes does my model have || what columns should my table have
SCRAPER || RAILS || SQL
ALEX:
finish grocery receipt
and print the receipt in a view from a sinatra app
take grocery project, create a lib file for it in a sintra app
everytime window refreshs print a new receipt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment