collectiveidea のdelayed_job gem を使用しようとしています インストール手順には以下が含まれます
Rake tasks are not automatically loaded from gems, so you’ll need to add
the following to your Rakefile:
begin
require 'delayed/tasks'
rescue LoadError
STDERR.puts "Run `rake gems:install` to install delayed_job"
end
Rakefile はどこにありますか? Rakefile とは何ですか?