Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.87 KB

README.md

File metadata and controls

63 lines (42 loc) · 1.87 KB

active-record.rb

A step-by-step implementation of the active record pattern for educational purposes.

Preview

Send me your completed solution and I will add a link to the repository!

Prerequisites

A basic knowledge of Ruby, SQL and Unix environment.

Requirements

Getting started

  1. Introduction
  2. Mapping between models and database tables
  3. CRUD – Basics
  4. Testing with RSpec
  5. Active Record – Basics
  6. Active Record – Associations – Basics
  7. Active Record – Validations
  8. Make your own gem
  9. Create a web application with Sinatra and React

Optionals

Resources