0

/ lib/tasksフォルダーの下にこのように記述されたアプリのrakeタスクがあります

task :import_feed => :environment do
  url = "url"
  decode json here
  post=Post.new
  post.attributes
  post.save
end

このタスクを実行するたびに、ステージングデータベースが構成されていないというエラーが表示されます。RAILS_ENV=productionまたはRAILS_ENV=developmentのどちらを実行してもかまいません。その原因は何でしょうか?

4

0 に答える 0