2013-03-10 48 views
1

哪个服务器最适合用于RubyMine调试的任何建议?使用RubyMine 5调试Rails Server:哪台服务器?

  • Webrick工作正常,但启动缓慢。
  • Unicorn快速启动,但调试程序不工作,因为会话很快超时。 better_errors宝石与独角兽玩不好。

任何其他尝试?

UPDATE

  • 薄,似乎工作的伟大
+0

请参阅[相关问题](http://stackoverflow.com/questions/4535220/recommended-development-web-server-for-ruby-on-rails-3)。 AFAIK,Unicorn与Windows不兼容。 – CrazyCoder 2013-03-10 23:46:25

回答

0

全部免责声明,我今天装的RubyMine,并且很少知道它... 我所做的仅仅是阅读本约的RubyMine ,麒麟,和超时这可能有助于:Run/Debug Configuration: Rails

TL;博士:

if ENV['IDE_PROCESS_DISPATCHER'] 
    timeout 30 * 60 * 60 * 24 
end