使用Puma和Bundler在Ruby Project中使用Intellij调试Websockets App

时间:2014-03-04 09:41:29

标签: ruby intellij-idea websocket bundler puma

我正在关注Ruby https://devcenter.heroku.com/articles/ruby-websockets中的websockets的Heroku指南。为此,我必须从终端执行 bundle exec puma -p $ Port ,我的应用运行得很好。

问题是我想从Intellij调试我的应用程序,我不知道如何在此IDE中设置我的运行配置。我的项目不是Rails项目,它与Heroku示例非常相似。

提前致谢。

1 个答案:

答案 0 :(得分:0)

您可以创建类型" Rack"的运行配置。并将Rack配置文件设置为config.ru文件。