RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jtdowney
Site: http://jtdowney.com
I rant into this recently and it turned out that Webrick was the culprit. On every request it appears Webrick was trying to do DNS reverse resolution. Our solution was to switch it to using thin but you can also modify webrick/config.rb.
I rant into this recently and it turned out that Webrick was the culprit. On every request it appears Webrick was trying to do DNS reverse resolution. Our solution was to switch it to using thin but you can also modify webrick/config.rb.