Skip to content

Instantly share code, notes, and snippets.

Week 7 Learning Objectives

###Active Record

  • Create a model that inherits from ActiveRecord class
  • CRUD data in the database using our model
  • Write a migration to define a database schema
  • Update our database schema with another migration

###Rails Views

  • Describe how layouts, view templates, and partial templates work together.

Week 1 Learning Objectives

Developers will be able to...

Command Line

  • Navigate the file system from the command line.
  • Create, move, copy, and delete files or directories from the command line.
  • Research unfamiliar bash commands and options with --help, man, and/or online resources.
  • Describe the uses of the sudo and chmod commands.
@cofauver
cofauver / week1-learning-objectives.md
Created August 10, 2016 20:53
Week 1 Learning Objectives

Week 1 Learning Objectives

###Topic 1

  • LO1
  • LO2

###Topic 2

  • LO1