I am looking to frequently create 3 background tasks and execute some shell commands from these tasks from my Rails app. I was thinking about using delayed_job for the background tasks but I am unsure as to how to safely execute shell commands from a rails app, can someone tell me how I can do this from a Rails app?
Jeff