vlado / activerecord-cteLinks
Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries
☆311Updated last year
Alternatives and similar repositories for activerecord-cte
Users that are interested in activerecord-cte are comparing it to the libraries listed below
Sorting:
- Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.☆365Updated last year
- Make your long-running sidekiq jobs interruptible and resumable.☆281Updated last year
- Add EXPLAIN ANALYZE to Rails Active Record query objects☆228Updated last year
- Optimized top-N-per-group Active Record associations using lateral joins☆303Updated last year
- Drop-in enhancement for Rails cache, offering better performance and compression with Brotli algorithm☆255Updated 3 months ago
- Make ActiveRecord do conditions on your associations☆246Updated last week
- Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.☆299Updated last week
- Add support to complex resources of PostgreSQL, like data types, array associations, auxiliary statements (CTE), and full-text search (FT…☆191Updated 3 months ago
- Frees your Rails app from N+1 queries.☆203Updated 4 months ago
- Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation☆178Updated this week
- ActiveRecord extension which adds typecasting to store accessors☆432Updated 6 months ago
- Fast batch deletes for Active Record and Postgres☆202Updated 2 years ago
- Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile☆294Updated 3 years ago
- The missing high-efficiency query API for ActiveRecord☆380Updated 3 weeks ago
- A flexible gem for cloning models☆317Updated 8 months ago
- Full-Featured ElasticSearch Ruby Client with a Chainable DSL☆327Updated last year
- Parameters-based transformation DSL☆218Updated last year
- Web interface to manage i18n translations helping to facilitate the editors of your translations. Provides a low-tech and complete workfl…☆220Updated 9 months ago
- Loader to solve N+1 issues for good. Highly recommended for GraphQL API.☆233Updated 3 months ago
- A gem for memoization in Ruby☆199Updated 3 months ago
- Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse an…