Skip to content

Instantly share code, notes, and snippets.

View ychubachi's full-sized avatar

Yoshihide Chubachi ychubachi

View GitHub Profile
@ychubachi
ychubachi / rails32init.md
Last active December 11, 2015 15:28 — forked from samnang/rails31init.md
Rails 3.2 with Haml, Simple Form, Bootstrap, Rspec, Cucumber, Factory Girl, Database Cleaner, Spork, and Guard

Install Rails 3.2.11 and Bundler (2013-01-24)

gem install rails bundler

Generate new app, skipping Test::Unit file generation

rails new my_app -T --skip-bundle

Set up Gemfile

' っ
- ー
; あん
[ 「
] 」
`, ‥
`/ ・
`; ;
`a ぁ
`b ←
#!/bin/bash
# github-connect.sh
# -----------------
# Copyright 2012 Andrew Coulton - released under the BSD licence
#
# A simple command line script to set up and register an SSH key against a
# user's github account - for example when provisioning a new virtual
# machine for a developer.
#