documentcloud / cloud-crowd

Parallel Processing for the Rest of Us

Home Page:https://github.com/documentcloud/cloud-crowd/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibly with dependent gems? (1.9.2 and 1.9.3)

geomic opened this issue · comments

CloudCrowd looks like an awesome gem (well, certainly more than just a gem).. but I've been having issues making it work (following your guide by letter):

I tried both in 1.9.3 and in 1.9.2, the set of gems it "came with" was:
sinatra-0.9.6
activesupport-2.3.14
activerecord-2.3.14
cloud-crowd-0.6.2

Might one of the above need locking to a previous version?

In either version of ruby, I get this when I try to access http://localhost:9173 after I run crowd server:

!! Unexpected error while processing request: wrong number of arguments (1 for 0)

Forgot to mention.. it's using Thin 1.3.1...

Turns out it was incompatible with the latest version of sinatra - there's an interesting fork above ..two, actually.. that help with this issue.