Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for couchdb installed in a subdirectory #128

Closed
wants to merge 2 commits into from

Conversation

ktmud
Copy link

@ktmud ktmud commented Dec 23, 2011

so code as:

 new(cradle.Connection)('http://living-room.com/couch', 80, {
      cache: true,
      raw: false
  });

and:

 new(cradle.Connection)('https://house.tld/living-room/couch/',  443, {
      cache: true,
      raw: false
  });

will work.

ndrut added a commit to ndrut/cradle that referenced this pull request Aug 5, 2013
ndrut added a commit to ndrut/cradle that referenced this pull request Aug 5, 2013
@panuhorsmalahti
Copy link
Contributor

Lets try to get #284 merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants