I tried following along with this screencast http://railscasts.com/episodes/316-private-pub which implements basic realtime functionality using private_pub gem.
I used rackup private_pub.ru -s thin -E production
to start the faye server (thin server)
However, every time I go to localhost:3000, the faye server shuts down due to Segmentation fault (core dumped)
The console in chrome gives this error
Failed to load resource http://localhost:9292/faye.js
So, how do I run the server?
Rails version 3.1.3