Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够使用以下方法安装 MySQL gem:
subst X: "C:\Program Files\MySQL\MySQL Server 5.6" gem install mysql2 --platform=ruby -- --with-mysql-dir=X: --with-mysql-lib=X:\lib\opt subst X: /D
现在我需要安装 MySQL2 gem。有人可以帮我吗?
我看到了关于启动 Rails 服务器的另一个问题。
我的建议是您使用 Railstutorial 进行训练。链接在这里。
它将引导您完成让工作环境运行和编写 Rails 代码的过程。