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