Update: Removing the last two lines of application.rb (where we specify the fallback) seems to resolve the overriding template issue mentioned at the end of this episode. (Thanks Jari!)
rails g
rails g scaffold --help
rails g scaffold project name:string --no-stylesheets
bundle install
rails g scaffold task project_id:integer
rails g scaffold category name:string