firehoseio / firehose

Build realtime Ruby web applications. Created by the fine folks at Poll Everywhere.
http://firehose.io/
MIT License
726 stars 72 forks source link

Needed to add 'require "net/http"' in the active record model #5

Closed dgdosen closed 12 years ago

dgdosen commented 12 years ago

In your quick demo (readme and slides) you show writing to the queue after a commit. This doesn't work in the latest version of rails, unless you add require "net/http"

bradgessler commented 12 years ago

Good catch! I've got some changes going out soon and I'll take care of that in there.