mikekauffman / activerecord_associations_from_scratch

Students will use this as a skeleton to implement ActiveRecord associations from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing ActiveRecord associations from scratch

Background

This project will teach gSchool students how to implement all of the moving parts of ActiveRecord associations from scratch.

Setup

Please follow the steps below to get this site set up for local development.

  1. Fork and clone the repository.
  2. Create local databases rake db:create:all
  3. Migrate databases rake db:migrate
  4. Run the specs rake spec

Goal

Get all of the specs to pass. For hints, you can see the solutions branch.

About

Students will use this as a skeleton to implement ActiveRecord associations from scratch.


Languages

Language:Ruby 93.2%Language:CSS 3.4%Language:JavaScript 3.3%