News

Active Record caches database columns at runtime, so if you drop a column, it can cause exceptions until your app reboots. class RemoveSomeColumnFromUsers < ActiveRecord:: Migration [8.0] def change ...