-
Notifications
You must be signed in to change notification settings - Fork 76
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
add fastboot support for ember-pouch #110
base: master
Are you sure you want to change the base?
Conversation
522e727
to
97c24a2
Compare
Exciting! |
00016a1
to
ce1676b
Compare
ce1676b
to
c27b3f0
Compare
Very interested in where this goes. :) |
13ee1c7
to
c27b3f0
Compare
Is there a reason why this isn't ready to be merged? What's needed in order to get this working? |
@fivetanley specifically said
for one! |
@fivetanley can we get an update on this please. What is required to get this moving forward/merged? |
If we switch to NPM like this #162 what is needed for FastBoot? |
Hi folks - first time building a Fastboot-enabled application in Ember, and struggling to get PouchDB queries working on the server side. When I try to create a new PouchDB instance to communicate directly with a CouchDB 2.0 server over HTTP, I keep getting the following error:
I'm using an unadulterated install of |
@stickbyatlas We switched from loading pouchdb in bower to loading the browserified bundel from pouchdb. We should switch to the node version depending on a fastboot check. Not sure how to write test for this. Hope is works?? @fivetanley do you have time to change this PR depending on the new NPM only ember-pouch ? |
@fivetanley What do you want to do with this PR. Make it your summer project ;-) |
not ready to merge yet
let's cargo cult some conventions (or maybe not idk)