Any recommendations for which server is the best to use for RubyMine debugging?
- Webrick works correctly, but is slow to start.
- Unicorn starts quickly, but the debugger doesn't work as the session quickly times out. better_errors gem doesn't play well with unicorn.
Any others to try?
UPDATE
- Thin seems to work great