Skip to content
Mark McEahern edited this page Apr 28, 2014 · 2 revisions

This week covers Chapter 11: User microposts of the Rails Tutorial.

  • Preliminaries (5:30 - 5:45)
    • Questions
    • Mailing list
    • Assignments / Projects
    • All assignments/tests (excluding those submitted Monday, April 21st or later) have been graded on Blackboard
  • Final Exam
  • Chapter 11 (5:45 - 7:00)
  • Lab / Project time (7:00 - 9:20)

Resetting Hammer

Sometimes you need to do this:

rake db:drop:all db:create:all db:migrate db:test:prepare
Clone this wiki locally