Search code examples
rubymine

Rubymine - Delayed Job


I was wondering how to add another item to the rubymine debug server startup? I am looking to start the delayed job worker with the server debug startup instead of opening it in parallel in command line?

In production this problem is solved using foreman ofcourse.

Thanks so much!


Solution

  • Use Before launch options in the Run configuration:

    enter image description here