Ruby On Rails 3 and Webrick issue

后端 未结 5 714
余生分开走
余生分开走 2020-12-20 03:26

Thanks for taking a look at this.

I started a beginner\'s tutorial on RoR through lynda.com. I followed the instructions to the letter. Everything was working so far

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 04:01

    I had the same problem. I simply ran the following code:

    sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib
    

    Press enter, and then run

    rails server
    

    and it worked!

提交回复
热议问题