marcinruszkiewicz / where_chain
WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!
☆44Updated last month
Related projects ⓘ
Alternatives and complementary repositories for where_chain
- Automatic scopes for ActiveRecord models.☆80Updated 3 months ago
- ☆58Updated last year
- Strategic - Painless Strategy Pattern in Ruby and Rails☆47Updated 11 months ago
- Base class and modules for YAML backed static models.☆43Updated 4 months ago
- Make any method perfomed later with ActiveJob☆29Updated last year
- Collection of helpers for dealing with fixtures in RSpec☆43Updated 3 years ago
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated last year
- Rails/Activerecord plugin to make value objects embedded into active record objects☆46Updated 5 years ago
- Simple, lightweight and fast metrics aggregation for Rails.☆74Updated last year
- Rails gem to manage tags with PostgreSQL array columns.☆52Updated last year
- A simple tool to observe PostgreSQL database locks in Rails apps.☆55Updated last month
- A nice and tidy Capybara driver for headless Chrome. Even supports file downloads!☆31Updated 2 years ago
- Feature Envy enhances Ruby with features inspired by other programming languages☆43Updated 6 months ago
- Super simple and convenient way to isolate and namespace a collection of related methods☆36Updated 7 months ago
- Create ActiveRecord relations from UNIONs☆47Updated last week
- Plugin for graphql-ruby which helps to select only the required fields from the database.☆52Updated 5 years ago
- ActiveRecord schema annotations done right☆72Updated last year
- ☆38Updated last year
- Benchmarking your code, made simple.☆25Updated 4 months ago
- This is an ActiveRecord integration for a niceql gem. Niceql is a small, nice, simple and zero dependency solution for SQL prettifying fo…☆31Updated 7 months ago
- A collection of helpful methods and monkey patches for Rails