PostIT

[Ruby/Mac] 맥에서 Rub/RoR(루비 온 레일즈) 설치하기 본문

카테고리 없음

[Ruby/Mac] 맥에서 Rub/RoR(루비 온 레일즈) 설치하기

shun10114 2017. 1. 13. 08:35

Choose the version of Rails you want to install:

Installing Rails is as simple as running the following command in your Terminal:

gem install rails -v 5.0.1

Rails is now installed, but in order for us to use the rails executable, we need to tell rbenv to see it:

rbenv rehash

And now we can verify Rails is installed:

rails -v
# Rails 5.0.1


Comments