Skip to content

Instantly share code, notes, and snippets.

View lgebhardt's full-sized avatar

Larry Gebhardt lgebhardt

  • Cerebris Corporation
  • NH
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