Rails + Delayed Job => email view template does not get updated
问题 I'm using Rails + Delayed Job for my app. Everytime I update my email view, the server/delayed job does not pick it up. Who's doing the caching? Rails or Delayed Job? any idea how to fix it?.. Other info: - I tried restarting delayed job and it still does not help Thanks 回答1: An old version of the worker might be running the job. Make sure all instances of delayed_job are killed before starting it. 来源: https://stackoverflow.com/questions/7819609/rails-delayed-job-email-view-template-does-not