MAMP mySQL Snow Leopard 中的 Ruby On Rails
我正在尝试找到在 MAMP 服务器上运行 Ruby on Rails 并使用 MAMP 的 mySQL 数据库的分步说明。我也在雪豹上。我已经阅读了 Hivelogic 的相关文章,但我真的不想编译rails、ruby 和mySQL。
大家有什么建议吗
I'm trying to find step-by-step instructions to run Ruby on Rails on MAMP server and use MAMP's mySQL database. I am on Snow Leopard also. I have read Hivelogic's article about this but I really don't want to compile rails, ruby and mySQL.
Anyone have any suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以为您推荐这个教程;
在 Snow Leopard 上使用 Ruby MySQL Gem 和 MAMP 1.8.x
I can suggest this tutorial for you;
Using Ruby MySQL Gem with MAMP 1.8.x on Snow Leopard
非常简单,只需在 Rail 的 /config/database.yml 中将套接字编辑为 MAMP 的 mysql 套接字即可
It is very simple, just edit your socket to MAMP's mysql socket in your rail's /config/database.yml