Arable - object oriented way of building Arel queries

This page summarizes the projects mentioned and recommended in the original post on /r/rails

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • arable

    Object oriented way of building arel queries

  • Link to the gem is here. I made it because i dislike the raw where('created_at >= ?', 1.day.ago) and like arel, but don't like writing arel_table that much.

  • arel-helpers

    Useful tools to help construct database queries with ActiveRecord and Arel.

  • Is ActiveRecord::Base.[] taken? If not, it seems like it would be cleaner than defining class methods based on column names. I see now that arel-helpers does it like this.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts