marcinruszkiewicz / where_chainLinks
WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!
☆45Updated 9 months ago
Alternatives and similar repositories for where_chain
Users that are interested in where_chain are comparing it to the libraries listed below
Sorting:
- Simple, lightweight and fast metrics aggregation for Rails.☆73Updated 2 years ago
- ☆58Updated last year
- Rubium is a lightweight alternative to Selenium/Capybara/Watir if you need to perform some operations (like web scraping) using Headless …☆64Updated 5 years ago
- Automatic scopes for ActiveRecord models.☆82Updated 11 months ago
- Strategic - Painless Strategy Pattern in Ruby and Rails☆49Updated last year
- An evolutionary computation framework for Ruby☆58Updated 2 months ago
- Syntax improvements and other useful methods for ruby☆66Updated 5 years ago
- Arel made simple☆99Updated 3 years ago
- ActionMailerMatchers provides rspec matchers to test Rails' common ActionMailer functionality.☆51Updated 6 years ago
- Sequential Sidekiq jobs for Rails☆61Updated 2 years ago
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated 2 years ago
- tiny and fast database cleaner☆50Updated 7 years ago
- A lightweight and database-level Ruby library to transform any Active Record query into analytics hash ready for use with any chart libra…☆110Updated 6 years ago
- Parallel RSpec test runner☆83Updated last year
- Rails/Activerecord plugin to make value objects embedded into active record objects☆46Updated 6 years ago
- Light pattern Decorator for Rails from Light Ruby☆55Updated 6 years ago
- Separate schema from data migrations in your Rails apps☆69Updated last year
- Convert strings between different cases.