Skip to content

Instantly share code, notes, and snippets.

View octopusinc's full-sized avatar

Judd Kussrow octopusinc

View GitHub Profile
# snow_leopard_on_rails.rb
# Batch file for RoR 2.3.8 on OS 10.6.4
# from Judd Kussrow of Octopus Inc
#************************************** UPDATES *****
# http://developer.apple.com/Tools/developonrailsleopard.html
# http://developer.apple.com/technologies/tools/xcode.html
run "gem update --system"
run "gem --version"
run "which ruby"
@octopusinc
octopusinc / shoestring.rb
Created March 20, 2010 21:31
Rails template for basic application
# shoestring.rb
# Rails template
# from Judd Kussrow of Octopus Inc
# $ rails new Project -Jm http://octopusinc.com/shoestring.rb
################################### MAINTENANCE ######
gem 'rails3-generators', :group => 'development'
gem 'nifty-generators', :group => 'development'