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.
我在 Windows 上使用 Ruby,当我使用 rails 创建项目时,它会将文件夹放在我的用户目录中,我想指定另一个位置。我该怎么做?
当您说rails new:
rails new
> rails new /some/path/where/you/want/your/app
这应该像其他任何地方一样在 Windows 中工作。
您总是可以说rails --help或rails command --help获得有关使用该rails命令的一些快速帮助。
rails --help
rails command --help
rails
用于cd在生成项目之前移动到您想要的目录。
cd