Needed to add 'require "net/http"' in the active record model
Closed this issue · 1 comments
dgdosen commented
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
Good catch! I've got some changes going out soon and I'll take care of that in there.