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 任务时是否执行了来自配置/初始化程序的脚本?
如果您的 rake 任务依赖于:environment.
:environment
即,您像这样声明您的任务:
task :my_task => :environment do ... end
大部分是的。当您的任务依赖于:environment.