Skip to content

Instantly share code, notes, and snippets.

View jsomara's full-sized avatar

Jordan OMara jsomara

  • Redwood City, CA
View GitHub Profile
@akonan
akonan / Gemfile
Created May 29, 2011 11:47
Steps to get Google OpenID working with Devise and Omniauth
# Add this line to your Gemfile
gem "oa-openid", :require => "omniauth/openid"
anonymous
anonymous / gist:161265
Created August 4, 2009 14:09
== Rules ==
On Infrastructure
-----------------
There is one system, not a collection of systems.
The desired state of the system should be a known quantity.
The "known quantity" must be machine parseable.
The actual state of the system must self-correct to the desired state.
The only authoritative source for the actual state of the system is the system.
The entire system must be deployable using source media and text files.