How to Safely Drop Columns in Rails
16-Jul-2026 10
Dropping a column is simple in syntax but risky in production. Between running the migration and restarting the app, the old process still serves traffic with a cached schema, and can cause errors in production. Rails' ignored_columns fixes this by telling ActiveRecord to stop...
How to Safely Drop Columns in Rails #ruby #rubydeveloper #rubyonrails #ruby #rubyonrails #programming #webdev #safely #columns https://rubyonrails.ba/link/how-to-safely-drop-columns-in-rails