How to Deploy a Rails App to DigitalOcean with Ubuntu 14.04, Phusion Passenger & Nginx, Postgres, and Capistrano
- Choose Server Image
- Choose Size (if this is a hobby app you can probably get away with the smallest)
| // ==UserScript== | |
| // @name Trello card progress | |
| // @namespace trello | |
| // @author Tuomas Kinnunen | |
| // @description Add a thin progress bar to trello cards that have a checklist | |
| // @include https://trello.com/b/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| window.addEventListener ("load", Greasemonkey_main, false); |
| /** | |
| * VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units | |
| * | |
| * To overcome this, create media queries that target the width, height, and orientation of iOS devices. | |
| * It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing | |
| * the height of element `.foo` —which is a full width and height cover image. | |
| * | |
| * iOS Resolution Quick Reference: http://www.iosres.com/ | |
| */ | |