Whenever possible and reasonable, dependencies should be easily swappable when building your application.

January 1, 2013


Previous post
Git Stop Tracking a Directory or file Another gem I keep forgetting; stop tracking a file/directory in git without deleting it. git rm -r --cached <directory> or git rm --cached <file>
Next post
Symlink A File to a Directory For Whatever reason I keep forgetting this, so let’s put it down in writing. ln -s /home/services/web/config.ini /etc/uwsgi/vassals/