This post originated from an RSS feed registered with Ruby Buzz
by Paul Gross.
Original Post: Announcing pulse-0.3.0
Feed Title: Paul Gross's Blog - Home
Feed URL: http://feeds.feedburner.com/pgrs
Feed Description: Posts mainly about ruby on rails.
I just released a new version of pulse. Pulse adds an action to your rails project that can be used for external health checking. The most common use is by a http proxy such as haproxy.
This version returns a response with html and body tags, which fixes an issue with selenium on Internet Explorer. Thanks to Ali Aghareza and Brandon Byars for discovering the problem and sending me a patch.