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.
如何使用批处理文件启动 Rails 项目? 我没有看到该命令rails s具有执行此操作的路径参数。我需要做的是传递一个绝对路径到我的项目并通过运行这个批处理文件来激活它。
rails s
谢谢。
首先移动到项目位置,cd然后使用rails server
cd
rails server
例子:
cd "\Users\Joe\RoR\MyRailsApp" rails server