Rails
Planning Rails Upgrade - A Strategic Guide
A practical 5-step guide to planning Rails upgrades with key considerations, essential tools, and proven strategies for a smooth migration.Rails Composite Primary Keys Evolution
Explore how Rails evolved to support composite primary keys natively in Rails 8 and migration strategies from the CPK gem.A Guide to Web Application Monitoring
Learn how to implement effective web application monitoring for Rails and React apps using metrics, logs, and traces to catch problems before they impact users.Customizing Rails Migration Strategies
Rails 7.1 introduced a new way to customize how migrations execute — the Execution Strategy APIClean Up Rails Logs: Ignoring SQL Warnings
Rails enables fine-grained control over SQL warnings, letting teams suppress harmless database warnings by error code.Rails 8 ActiveStorage::Blob#open Upgrade
Use ActiveStorage::Blob#open without a block to keep tempfiles alive across multi-stage workflows, background jobs, or external tools.Rails 7.1 Error Reporting Test Helpers
Rails adds assert_error_reported, assert_no_error_reported, and capture_error_reports for easier error testing.Rails 8 Conditional allow_nil/allow_blank
Use callable allow_nil/allow_blank to make validations depend on model state without duplicating rules.Lexxy - Modern Rich Text Editor for Rails
Lexxy is a modern rich text editor built on top of Lexical that offers lot of features for modern editing experience.Rails Decouples Trix Into action_text-trix
Get faster Trix updates, cleaner installs, and simplified editor setup with the new action_text-trix gem.