Skip to content

Instantly share code, notes, and snippets.

View alanramsay's full-sized avatar

Alan Ramsay alanramsay

  • South Queensferry, Scotland
View GitHub Profile

Keybase proof

I hereby claim:

  • I am alanramsay on github.
  • I am alanramsay (https://keybase.io/alanramsay) on keybase.
  • I have a public key whose fingerprint is 7A3C 8395 D84C 3DB0 7410 4724 F4CA 8B21 DF70 7CD1

To claim this, I am signing this object:

@alanramsay
alanramsay / rails31init.md
Created August 29, 2011 10:40 — forked from jraines/rails31init.md
Rails 3.1 with Rspec, Cucumber, Factory Girl, Haml, and Simple Form

Install Rails 3.1 RC

gem install rails --pre

generate new app, skipping Test::Unit file generation

rails new my_app -T

Set up Gemfile