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.
有没有办法对 rake 任务进行测试运行?如果是这样,执行此操作的命令是什么?我不想真正接触开发数据库,因为我的任务操作数据。
是的,您实际上可以运行bundle exec rake COMMAND -n
bundle exec rake COMMAND -n
看看耙子的帮助,我们可以在这里看到它。
# rake --help --dry-run Do a dry run without executing actions.