Skip to content

Instantly share code, notes, and snippets.

View jordanbyron's full-sized avatar

Jordan Byron jordanbyron

View GitHub Profile
@axelav
axelav / gist:3831525
Created October 4, 2012 04:45
scrape a website
# scrape the entire contents of a site
# http://stackoverflow.com/questions/538865/how-do-you-archive-an-entire-website-for-offline-viewing
wget -mkKE http://url/of/web/site
@chriseppstein
chriseppstein / readme.md
Created August 31, 2011 21:57 — forked from mislav/Gemfile
How to integrate Compass with Rails 3.1 asset pipeline

This gist is no longer valid. Please see Compass-Rails for instructions on how to install.

@jordanbyron
jordanbyron / bootstrap.rb
Created June 15, 2011 15:54 — forked from ericgj/draft.rb
Standard Rails Template
# Usage:
# rails new myapp --template=path/to/this/file.rb
appname = File.expand_path(Dir.new('.')).split('/').last
#--------------- Gem setup
# Note this is mostly copied from puzzlenode
#
file 'Gemfile', <<_____
source 'http://rubygems.org'