Day 26 Homework
Topics Discussed:
Sample Week4 (heroku + devise): http://week4-htown-tiya-q3.herokuapp.com/
Homework:
- Create a simple rails app, with 3 pages of notes. (can be gibberish)
- Use Devise to protect access to the notes. (remove sign-up) (registerable)
- Deploy to Heroku
- Post a link to Repo, Heroku App, and email/password
- Style if you want, with twitter bootstrap
- use
rails new $name --database postgres
instead of sqlite3
- No scaffold (no CRUD)