Skip to content

Instantly share code, notes, and snippets.

View mifix's full-sized avatar
🌴
On vacation

Christian Mayer mifix

🌴
On vacation
View GitHub Profile
$ rails -v
Rails 2.3.2
$ rails demo
$ cd demo
$ ruby script/generate rspec_scaffold post title:string
$ script/plugin install git://github.com/grosser/parallel_specs.git