Skip to content

Instantly share code, notes, and snippets.

View ryanjm's full-sized avatar

Ryan Mathews ryanjm

View GitHub Profile
@ryanjm
ryanjm / post-commit
Created May 7, 2012 16:23 — forked from c00kiemon5ter/post-commit
a hook to deploy static generated sites
#!/usr/bin/env bash
# executables prefix
_prefix="/usr/local/bin"
# git executable
_git="$_prefix/git"
# site generation executable
_generate="$_prefix/jekyll"
# options for the generator
@ryanjm
ryanjm / Rails CMS alternatives
Created June 13, 2011 22:48
List of Rails CMS software
Rails CMS alternatives
======================
I've updated this as of 6/14/11. Looking at only active projects
Active projects:
---------------
BrowserCMS
repo: http://github.com/browsermedia/browsercms
site: http://www.browsercms.org/
After do |scenario|
if scenario.failed? && scenario.exception.is_a?(Webrat::NotFoundError)
save_and_open_page
end
end