Our great sponsors
-
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.
-
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.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
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.
Related posts
- How would you build an audit log in Rails for a high-throughput API?
- Activity Stream - implementing it n Rails
- Linkit, a beginner link aggregator
- Inventory/Sales Management module built on a Rails app - what would be the best way to "version" updates made against an SKU.
- is there a gem for tracking adhoc rails console changes