Hi Ali, I assume you installed deltacloud-core using 'gem install', so you got the version 1.0.0. We recently made some fixes in Rabbit which unfortunately broke the 1.0.0 when installed by 'gem install'.
To resolve this problem you would need to do following: $ gem uninstall sinatra-rabbit $ gem install sinatra-rabbit --version '1.0.6' After this the version 1.0.0 should work again. -- Michal Michal Fojtik http://deltacloud.org [email protected] On Jul 12, 2012, at 11:56 PM, Ali Bozorgkhan wrote: > Hi, > I followed the installation instruction for Ubuntu (except I couldn't > install the libxslt because Ubuntu can't locate it). I can run the server > on localhost:10000/api. But when I go to the address in Firefox, I get this > error: > > Undefined method 'has_capability?' for > Sinatra::Rabbit::ImagesCollection::IndexOperation:Class > > I really appreciate a help with this. > Cheers, > Ali > > -- > Ali Bozorgkhan > Simon Fraser University > School of Computing Science > TASC Building 9000 > Burnaby, B.C. V5A 1S6 > Canada > E-mail: [email protected] > E-mail: [email protected] > Website: http://www.sfu.ca/~abozorgk
