Changing Git Remotes and Capistrano

A quick look at some recent issues I had when trying to move git remotes and then deploying with Capistrano and how I resolved the issue.

Simple Sinatra Service Proxy

Use Sinatra to rapidly build a proxy for a service when you can't make cross-origin AJAX requests in development.