A step-by-step implementation of the active record pattern for educational purposes.
Send me your completed solution and I will add a link to the repository!
A basic knowledge of Ruby, SQL and Unix environment.
- Ruby
- SQLite
- SQLite Browser (Optional, for discoverability)
- Introduction
- Mapping between models and database tables
- CRUD – Basics
- Testing with RSpec
- Active Record – Basics
- Active Record – Associations – Basics
- Active Record – Validations
- Make your own gem
- Create a web application with Sinatra and React
Optionals