10月 17
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′
Recent Comments