LoginSignup
3
2

More than 5 years have passed since last update.

他言語経験者による初めてのrails(環境構築編)

Posted at

Macにrails開発環境を揃えるまでの手順

手順

$ cat ~/.gemrc
install: --no-document
update: --no-document
$ gem install rails
$ rbenv rehash

$ rails -v
Rails 4.2.0
$ gem install bundler
$ rbenv rehash

$ bundle -v
Bundler version 1.7.12
3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2