Skip to content

Instantly share code, notes, and snippets.

@makersacademy
Created March 14, 2013 09:16
Show Gist options
  • Save makersacademy/5159993 to your computer and use it in GitHub Desktop.
Save makersacademy/5159993 to your computer and use it in GitHub Desktop.
Thursday, 14 March 2013
Today and tomorrow we'll build a very simple restaurant review app.
This app will:
- show a list of restaurants it knows about
- show an individual page for a restaurant with reviews
- allow adding reviews
- allow creating new restaurants
- require users to log in
- allow restaurants to have ratings
- show the cuisine(s) of each restaurant
Skills required:
- databases: belongs_to, has_many, has_and_belongs_to_many
- routing
- HTML & CSS
- javascript (a little bit)
- Rails: ActiveRecord, filters
- sessions
- security basics
From Monday on we'll start working on individual projects:
- it will take at least five days, depending on how fast we go.
- we'll be pairing
- projects will be different (I need your ideas) but I'll be asking you to use specific Rails features.
- when finished, the websites you'll have built will be useful and beautiful :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment