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.
这两个任务有什么区别?
# from assets.rake desc "Compile all the assets named in config.assets.precompile" task :precompile do invoke_or_reboot_rake_task "assets:precompile:all" end
看起来你可以省略:all.
:all