hsume2 / cap-taffy

Capistrano recipes for deploying databases and other common tasks (managing database.yml, importing/exporting/transfering databases, SSH authorization etc.)
10 stars 2 forks source link

Using old version of sinatra #1

Open ericboehs opened 13 years ago

ericboehs commented 13 years ago

I'm getting an incompatibility with resque. Cap-taffy is requiring ~> 0.9.0 and resque is wanting a much newer version.

Edit: Looks like it isn't cap-taffy but one of it's dependencies. I'll update when I figure something out.

ericboehs commented 13 years ago

It was taps requiring an old version of sinatra. I forked it and version bumped it.. seems to work fine.

There is an issue with cap-taffy though, it is requiring < 0.3.0 when the latest is 0.3.17.0. I have forked cap-taffy and bumped taps version.

ericboehs commented 13 years ago

Digging further I've found that cap-taffy relies on less then < 0.3.0 as Taps' code has change a bit. There is no longer a ClientSession class available. I wasn't able to find a new class which looked like it and I wasn't able to fix it in 20 minutes or so. I have given up for now.

I'd really like this functionality so maybe I'll update this project or write my own; there hasn't been any commits in over a year.