Tôi cũng gặp phải vấn đề tương tự. Bạn có thể thiết lập môi trường của mình trên rake resque:setup rake task
Tôi đã thử cái này. giả sử tác vụ rake resque của tôi nằm trên lib/tasks/resque.rake
require "resque/tasks"
task "resque:setup" do
root_path = "#{File.dirname(__FILE__)}/../.."
db_config = YAML::load(File.open(File.join(root_path,'config','database.yml')))["development"]
ActiveRecord::Base.establish_connection(db_config)
require "#{root_path}/app/workers/photo_downloader.rb" #workers
#Dir.glob("#{root_path}/app/models/*").each { |r| puts r; require r } #require all model
require "#{root_path}/app/models/photo.rb" # require model individually
end
Tôi chưa hoàn toàn thành công vì tôi sử dụng viên ngọc Kẹp giấy yêu cầu môi trường đường ray