ymichael / puton

Puton is no longer maintained. Check out the PouchDB inspector for Chrome and PouchDB inspector for Firefox
29 stars 2 forks source link

Need to specify idb://dbname #8

Closed daleharvey closed 11 years ago

daleharvey commented 11 years ago

I dont quite know why, puton didnt seem to do much for me until I realised I needed to prefix the dbname with idb:// otherwise it tried to use the http adapter (is it using an old version of pouch?)

ymichael commented 11 years ago

this is probably a UI/UX problem.. will fix.

probably prompt user with a message if the db name does not start with the relevant prefixes..

also, how should we maintain the pouchdb version? (the current version here is old) Is there a way to do it other then manually?

daleharvey commented 11 years ago

New versions of idb dont need to specify a prefix, they will default to the local version that is available, I would suggest leaving it do to that

In the future we will have proper releases, for minimal single file dependancies I would just suggest copying it over once in a while, git submodules are annoying and you wont want to deal with the hassle of pouchdb's build system in your repo.

Alternatively it may be best to link directly against http://download.pouchdb.com/pouchdb-nightly.min.js as right now you use a bookmarklet that requires you to be online right? then link against it statically when you start being able to work offline

ymichael commented 11 years ago

trying to update to pouch.nightly broke the app. needs investigation. strange.

daleharvey commented 11 years ago

fixed