Installed Ruby on Rails but when I try to run Rails Sever it doesn't load WEBrick?

后端 未结 5 1097
别跟我提以往
别跟我提以往 2021-01-15 09:24

I installed Ruby on Rails on my mac today along with Gems and MYsql. I\'m trying to follow the lynda.com tutorial and I\'ve run into a brick wall. When I try to run the rail

5条回答
  •  清酒与你
    2021-01-15 09:54

    I strongly urge you to use rvm to install ruby and try again:

    • http://rvm.beginrescueend.com/

    There are a number of issues with the default ruby that ships with OS X. When you install RVM, you can easily get a clean installation of ruby.

    Make sure to read the install instructions carefully, especially the last bit about inserting a line into your .bashrc.

提交回复
热议问题