Skip to content

Instantly share code, notes, and snippets.

View ssjr's full-sized avatar

sérgio ssjr

  • Porto Alegre - RS/Brasil
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ssjr on github.
  • I am ssjr (https://keybase.io/ssjr) on keybase.
  • I have a public key ASAZhsbvY-CR0GvpkzVgHk-Qqh9ySRC4EXCLQOXdEiQGlwo

To claim this, I am signing this object:

@ssjr
ssjr / gist:5970762
Last active June 17, 2022 14:10
My setup for Ruby on Rails with Mac OS X

My initial setup for Ruby on Rails development

Note: I'm using Mac OS X Lion (10.7.5)

All links, commands and order to install

  1. Download Xcode
  2. Open Xcode, Xcode (menu) > Preferences... > Downloads. Install Command Line Tools
  3. Install Homebrew
  • ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"