Ignoring a Rails model attribute
Imagine that you need to remove an obsolete field from your production database, but you’re not confident that this field is truly unused. How can you proceed safely? If only there were a way to pretend that this field no...