Skip to content

Instantly share code, notes, and snippets.

@chyld
Created October 30, 2012 18:37
Show Gist options
  • Save chyld/3982139 to your computer and use it in GitHub Desktop.
Save chyld/3982139 to your computer and use it in GitHub Desktop.
IWD 4 final project
Final Project:
05 pts: Create new rails app called DinnerTyme
15 pts: Create the model, view and controllers using this screenshot as a reference:
http://grab.by/h9sC
10 pts: Create a home page (index) using a Home controller
10 pts: Create a navigation system (links) at the top of the site
10 pts: Add twitter bootstrap to the project
20 pts: From the UI be able to create and show kitchens, recipes and ingredients
Use carrierwave to upload photos.
15 pts: Create a git repository on github and push the final code there
15 pts: Create a site on heroku and push your code. Send me a hyperlink to your running site.
Remember heroku uses postgres not sqlite3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment