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 generate命令是否有某种参考或备忘单?列出所有可能的生成器(模型、控制器、迁移等)以及您可以为每个生成器传入的选项(--skip-migration等)的东西。
您可以在命令行上获取所有这些信息。
rails generate
rails generate GENERATOR --help