Posts Tagged: refactoring
-
Adding TailwindCSS to a Legacy Rails App: A Phased Migration Guide
A pragmatic guide for engineering leaders and senior developers on incrementally modernizing legacy Rails applications with TailwindCSS.
-
Identifying and Remediating Technical Debt Hotspots Before a Rails Upgrade
Learn how to stabilize your Ruby on Rails application before a major upgrade by identifying and remediating technical debt hotspots using tools like churn and skunk.
-
Migrating from Paperclip to ActiveStorage in Legacy Rails Applications
A battle-tested workflow for executing a Paperclip to ActiveStorage migration in legacy Rails applications without disrupting ongoing operations.
-
Rails Transition: From RAILS_ENV to Rails.env and Environment Predicates
Learn how Rails evolved from using the RAILS_ENV constant to Rails.env with convenient predicate methods, and how to modernize your legacy codebase.
-
Upgrading Legacy Rails Views to Svelte Components Using Inertia.js
Learn a practical, incremental approach to replacing complex, legacy Rails views with modern Svelte components using Inertia.js as a bridge between Ruby on Rails and modern JavaScript.