Skip to content

Instantly share code, notes, and snippets.

View jjcall's full-sized avatar
💭
I may be slow to respond.

Jason Calleiro jjcall

💭
I may be slow to respond.
View GitHub Profile
@semanticart
semanticart / rails3-skeletor.rb
Created October 14, 2010 22:20
a rails 3 template app that gives you a few nifty items
# usage: rails new APP_NAME -m http://gist.github.com/627198.txt -TJ
# the -T drops test-unit and the -J drops prototype
gem "pg"
gem "omniauth"
gem "paperclip"
gem "haml"
gem "sass"