Closed dgdosen closed 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"
require "net/http"
Good catch! I've got some changes going out soon and I'll take care of that in there.
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"