OS X 10.8.2でRuby on Railsのメモ

ウェブ, プログラミング Add comments

Homebrew + Xcode 4.5 + Command Line Tools (Preferences->Downloads)

$ curl -L https://get.rvm.io | bash -s stable
$ brew install libksba
$ rvm install 1.9.3
$ rvm use 1.9.3 --default
$ gem install rails
$ rails new hoge
$ cd hoge
$ rails s

safariから’localhost:3000′


コメントを書く

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS ログイン