Torquebox with Sinatra
I have a Sinatra app setup on torquebox but I can't find any documentation on setting up torquebox with Rubymine and I don't see torquebox as an option anywhere
I have the torquebox gems installed and the debug gems installed
How do I set this up?
请先登录再写评论。
I'm in a similar situation - are ideas anyone? Many TIA
Hi,
I'm not sure what particular problem do you have, but to run sinatra app you have to create (manually) a run configuration which will do this,
so you just need to specify command you want to execute there.
As for debugging Torquebox please check special nottes at https://www.jetbrains.com/ruby/webhelp/run-debug-configuration-rails.html
Regards, Oleg.