Provides a framework for saving incoming blank values as nil in the database in instances where you'd rather use DB NULL than simply a blank string.
☆327Mar 31, 2023Updated 2 years ago
Alternatives and similar repositories for nilify_blanks
Users that are interested in nilify_blanks are comparing it to the libraries listed below
Sorting:
- An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute…☆638Jan 21, 2026Updated last month
- AutoStripAttributes gem for Rails helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for remo…☆364Mar 18, 2023Updated 2 years ago
- Textacular exposes full text search capabilities from PostgreSQL, and allows you to declare full text indexes. Textacular will extend Act…☆957Oct 24, 2025Updated 4 months ago
- URL Validation for Rails☆598Mar 18, 2025Updated 11 months ago
- Versioned database views for Rails☆3,608Nov 14, 2025Updated 3 months ago
- The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.☆1,165Feb 23, 2026Updated last week
- Add type-casting and other features on top of ActiveRecord::Store.store_accessor☆212Oct 14, 2024Updated last year
- Rescue and report exceptions in non-critical code☆552Dec 26, 2025Updated 2 months ago
- 🃏🗑 Soft deletes for ActiveRecord done right☆2,372Feb 23, 2026Updated last week
- Happy database triggers for ActiveRecord☆794Mar 31, 2025Updated 11 months ago
- Track Devise login activity☆559Feb 7, 2026Updated 3 weeks ago
- File Attachment toolkit for Ruby applications☆3,269Jan 2, 2026Updated 2 months ago
- Run callbacks based on changes to attributes in Active Record☆17Mar 2, 2021Updated 5 years ago
- ☆131Jul 9, 2023Updated 2 years ago
- CSS styled emails without the hassle.☆1,749Jun 17, 2024Updated last year
- Prevents duplicate Sidekiq jobs☆1,529Updated this week
- Use ActiveRecord transactional callbacks outside of models, literally everywhere in your application.☆778Feb 7, 2025Updated last year
- fix request.ip and request.remote_ip in rails when using cloudflare☆317Feb 3, 2026Updated last month
- Migrate and update data alongside your database structure.☆1,526Feb 11, 2026Updated 2 weeks ago
- Versioned database functions and triggers for Rails☆849Updated this week
- The simplest way to group temporal data☆3,880Dec 26, 2025Updated 2 months ago
- Integration of RubyMoney - Money with Rails☆1,871Feb 10, 2026Updated 3 weeks ago
- Work with JSON-backed attributes as ActiveRecord-ish models☆1,204Feb 7, 2026Updated 3 weeks ago
- Redis stores for ActiveSupport☆78Jan 21, 2022Updated 4 years ago
- Turbo-charged counter caches for your Rails app.☆2,099Updated this week
- UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.☆506Oct 1, 2025Updated 5 months ago
- Database changes log for Rails☆1,679Oct 8, 2025Updated 4 months ago
- Detect non-atomic interactions within DB transactions☆1,090Dec 9, 2025Updated 2 months ago
- Catch unsafe migrations in development☆4,354Jan 5, 2026Updated last month
- ActiveRecord::Store but with type definition☆469Feb 28, 2024Updated 2 years ago
- Lightweight job scheduler extension for Sidekiq☆1,753Jan 14, 2026Updated last month
- An attempt to tame Rails' default policy to log everything.☆3,556Nov 10, 2024Updated last year
- Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.☆909Feb 28, 2025Updated last year
- acts_as_paranoid for Rails 5, 6 and 7☆2,919Nov 7, 2025Updated 3 months ago
- A micro library providing Ruby objects with Publish-Subscribe capabilities☆3,325Aug 15, 2024Updated last year
- This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations.☆812Feb 19, 2026Updated last week
- Efficient bulk inserts with ActiveRecord☆809Jan 10, 2022Updated 4 years ago
- Track the load progress of your Bundler-based projects☆731Feb 16, 2023Updated 3 years ago
- Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes…☆1,160Dec 18, 2025Updated 2 months ago