pouchdb-community / ember-pouch

PouchDB/CouchDB adapter for Ember Data
Apache License 2.0
281 stars 76 forks source link

Instructions for enabling debugging are wrong #236

Closed jacobq closed 5 years ago

jacobq commented 6 years ago

The README mentions being able to enable PouchDB debugging via PouchDB.debug.enable('*'); but as of v7.0.0 a plugin is needed instead.

Instructions should probably be updated to note this. See https://www.npmjs.com/package/pouchdb-debug

broerse commented 6 years ago

If you have time please make the PR

jacobq commented 6 years ago

Done (#238) -- hope you'll have a few minutes to look at the tougher problem(s) in #235 / #237 soon :)

jacobq commented 5 years ago

I rebased this in case you still want it. Is this project still being (actively) maintained?

backspace commented 5 years ago

It’s barely maintained, as you can see. I’ll be coming back to it eventually when I’m working on a new application, but I think people who’ve done work on it are mostly just using what already exists vs fixing bugs and adding features. Thanks for the PR, though!