How to manage and run Maintenance Tasks for Rails in Production
Deploying to production often requires running tasks to backfill new columns and other data. The maintenance_tasks gem from Shopify does a great job of allowing you to define tasks with arguments and run them in production.
How to manage and run Maintenance Tasks for Rails in Production
Deploying to production often requires running tasks to backfill new columns and other data. The maintenance_tasks gem from Shopify does a great job of allowing you to define tasks with arguments and run them in production.