Arkweid / graphql-smart_select
Plugin for graphql-ruby which helps to select only the required fields from the database.
☆52Updated 6 years ago
Alternatives and similar repositories for graphql-smart_select:
Users that are interested in graphql-smart_select are comparing it to the libraries listed below
- Speed up ActiveRecord#present? calls with the power of monkeypatching!☆60Updated 4 years ago
- ☆58Updated last year
- Collection of helpers for dealing with fixtures in RSpec☆44Updated 3 years ago
- Graceful handling for ActiveRecord::RecordNotUnique to turn exceptions into ActiveRecord errors☆48Updated 2 months ago
- A policy framework for implementing thread-safe rack middleware.☆124Updated 3 years ago
- Finds missing non-null constraints☆54Updated 6 years ago
- ActiveRecord support for PostgreSQL's native inherited tables (multi-table inheritance)☆97Updated 4 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 5 months ago
- Bulk-pushes jobs to Sidekiq when you need it to.☆39Updated 2 years ago
- ActionMailer-like interface for any type of notifications☆115Updated last year
- A debugging tool☆69Updated 5 years ago
- ☆33Updated 6 years ago
- Create ActiveRecord relations from UNIONs☆48Updated 2 months ago
- ☆25Updated 6 years ago
- Buff exception backtrace with local variables, passed in arguments and instance variables!☆53Updated 2 years ago
- ActiveRecord schema annotations done right☆75Updated 3 months ago
- Concurrent index migrations for Rails☆42Updated 3 months ago
- A shortcut for derailed_benchmarks☆24Updated 9 years ago
- This gem provides a mechanism for pending features.☆85Updated 3 years ago
- Merge Sidekiq jobs☆51Updated 3 years ago
- tiny and fast database cleaner☆50Updated 7 years ago
- RSpec Matchers for Hanami☆46Updated 4 years ago
- Rails console history for Heroku, Docker, and more☆80Updated 2 months ago
- Rails/Activerecord plugin to make value objects embedded into active record objects☆46Updated 5 years ago
- Self-validating Ruby objects☆64Updated 11 months ago
- Create temporary tables and models in RSpec tests.☆46Updated 7 months ago
- Simple gem to provide a coverage of I18n keys used during test suite☆25Updated 3 years ago
- Restrict Rubocop to only changed lines on a Git branch