Project

couchpack

0.0
No commit activity in last 3 years
No release in over 3 years
Use this gem to pack your couchdb document by stripping out the "_id" and "_rev" fields, and putting the "_rev" in a .version file. To be used with https://github.com/kmalakoff/phonegap-couchbase-xplatform
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.5.2
>= 0
>= 0

Runtime

> 1.1.5
~> 0.14.0
~> 0.2
>= 0.1.1
 Project Readme

couchpack¶ ↑

This gem is a tools to help packing couch documents for mobile devices. See github.com/kmalakoff/phonegap-couchbase-xplatform for an example use.

Install:
  gem install couchpack

Usage:
  couchpack document [DOCUMENT_URL] [OUTFILE] --auto
  Note: the optional --auto flag watches the couchdb document for changes and automatically repacks when changes are detected.

What it does is strip out the “_id” and “_rev” fields so the document can be uploaded in place without being modified and generates a {document}.JSON file.

It also strips out the “_rev” field and puts it in a {document}.VERSION file which can be used to check for modifications to avoid reloading unmodified documents on the target mobile device.

Contributing to couchpack¶ ↑

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2011, 2012 Kevin Malakoff. See LICENSE.txt for further details.