I have Rails app, server is Passenger + nginx.
In my code I'm running Slic3r via %x[]
. But it doesn't run and doesn't produce any output.
I also print run command there and if I run it in bash or in console it works.
My server is Digitalocean, Ubuntu + I use RVM
P.S.: also trying to use remote debug from RubyMine, but it also doesn't work