Skip to content

Instantly share code, notes, and snippets.

View sogamoso's full-sized avatar
👋
Hey there!

Sebastian Sogamoso sogamoso

👋
Hey there!
View GitHub Profile

Arel Cheatsheet on Steroids

A (more) complete cheatsheet for Arel, including NamedFunction functions, raw SQL and window functions.

Tables

posts = Arel::Table.new(:posts)
posts = Post.arel_table # ActiveRecord

Table alias