Skip to content

Instantly share code, notes, and snippets.

View sidneijp's full-sized avatar
👋
A Complete "Tourist"

Sidnei Pereira sidneijp

👋
A Complete "Tourist"
View GitHub Profile
@sidneijp
sidneijp / Ruby ORMs.md
Created October 28, 2024 00:06 — forked from booch/Ruby ORMs.md
Ruby ORMs

Ruby ORMs

Abstract

Rails is really a collection of pieces that can be put together to create a web app. You can enhance or replace many of the components - how you write views, how controllers work, and how you build models. While models are built on top of ActiveRecord in the