igorkasyanchuk / records_count
See in development logs how many records your queries returns. It can help with solving performance issues.
☆31Updated last year
Alternatives and similar repositories for records_count:
Users that are interested in records_count are comparing it to the libraries listed below
- Group Active Record by ranges or set of values with a single SQL query.☆26Updated last year
- Redirect the user to the proper "back" page☆36Updated last year
- Execute SQL inside Rails console, or app itself☆41Updated last year
- Automatic scopes for ActiveRecord models.☆81Updated 6 months ago
- Make any method perfomed later with ActiveJob☆28Updated last year
- Track ActiveRecord validation errors on your database☆43Updated 3 months ago
- Custom script to generate new gems☆36Updated 8 months ago
- A servcie pattern with a simple API☆40Updated 2 years ago
- This is an ActiveRecord integration for a niceql gem. Niceql is a small, nice, simple and zero dependency solution for SQL prettifying fo…☆34Updated 9 months ago
- Model-backed searches in Rails☆32Updated last year
- Create ActiveRecord relations from UNIONs☆48Updated 2 weeks ago
- Feature Envy enhances Ruby with features inspired by other programming languages☆43Updated 8 months ago
- Generate google-style avatars in your application☆38Updated last year
- Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation too.☆47Updated last year
- Collection of helpers for dealing with fixtures in RSpec☆44Updated 3 years ago
- ☆58Updated last year
- 📐 Command object Interface for Ruby☆29Updated 9 months ago
- Showcase lets you build previews for your partials, components, view helpers, Stimulus controllers and more.☆87Updated last year
- Override methods while maintaining their original visibility☆35Updated 4 years ago
- Simple way to cache results of methods.☆11Updated 2 years ago
- Super simple and convenient way to isolate and namespace a collection of related methods☆36Updated last month
- Ruby gem for working with percentages☆32Updated last month
- Reuse Struct.new's attr_reader and initialize generation in any class.☆34Updated 2 years ago
- SidekiqLogAnalyser gem allows to see summary of your sidekiq workers (based on log file).☆13Updated 2 years ago
- Simple gem to provide a coverage of I18n keys used during test suite☆25Updated 3 years ago
- Sequential Sidekiq jobs for Rails☆61Updated last year
- Component framework for creating web-based spreadsheets using Reactive Rails☆20Updated 3 weeks ago
- Simple, lightweight and fast metrics aggregation for Rails.☆73Updated 2 years ago
- Pass control of Active Record methods to a dedicated object.☆37Updated 2 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 4 months ago