Eric-Guo / where-orLinks
Where or function backport from Rails 5 for Rails 4.2
☆115Updated 8 years ago
Alternatives and similar repositories for where-or
Users that are interested in where-or are comparing it to the libraries listed below
Sorting:
- Rack middleware that provides access to rack.session environment☆259Updated 6 years ago
- Add arbitrary ordering to ActiveRecord queries.☆262Updated last year
- Request logging for Grape!☆148Updated 2 months ago
- ☆381Updated 5 years ago
- Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.☆573Updated 4 years ago
- Adds file validators to ActiveModel.☆259Updated 4 years ago
- Easily suppress the Rails logger☆167Updated 11 months ago
- Action Cable testing utils☆213Updated 4 years ago
- Set of matchers and helpers to allow you test your APIs responses like a pro.☆140Updated 2 years ago
- Migrate data along with schema migrations in Rails and keep them up to date.☆367Updated last year
- Test existence of your Rails callbacks without having to call them☆133Updated 6 years ago
- Automatically creates validations basing on the database schema.☆174Updated 2 years ago
- I18n ActiveRecord backend☆320Updated 11 months ago
- Useful tools to help construct database queries with ActiveRecord and Arel.☆425Updated 2 weeks ago
- A tool to upgrade Rails 4-style specs to Rails 5-style☆177Updated 6 years ago
- Extend ActiveRecord pluck to return array of hashes☆305Updated 7 years ago
- Make after_commit callbacks fire in tests for Rails 3+ with transactional_fixtures = true.☆239Updated 3 years ago
- AutoStripAttributes gem for Rails helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for remo…