Technology

ActiveRecord

Active Record is the Ruby on Rails ORM that maps database rows to business objects: it manages data persistence and logic without manual SQL.

This framework implements Martin Fowler's Active Record pattern to bridge the gap between Ruby objects and relational databases (PostgreSQL, MySQL, and SQLite). By inheriting from ApplicationRecord, your classes gain built-in methods for CRUD operations and complex associations like has_many or belongs_to. It eliminates the bulk of manual SQL writing: developers use a clean Ruby DSL to query data and manage migrations. Validation logic stays inside the model to ensure data integrity before it hits the disk.

https://guides.rubyonrails.org/active_record_basics.html

What builders pair with ActiveRecord

Projects using both technologies. Select a pairing to see a project.

1 more pairings

Pairing: Django ORM

Photo from the event
Event photo

Bench

Zürich · May 8, 2024

Recent Talks & Demos

Showing 1-1 of 1

Members-Only

Sign in to see who built these projects