How to Safely Deploy your Rails Jobs

When we deploy changes on our jobs we want all jobs to be processed without any error before, during and after the deployment....

Rails - Quick switch from a branch to another

When I work with several branches on the same project, I use a script to switch from a branch to another. The script stashes in a...