Skip to content

couchbaselabs/ruby-couchbase-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

MOVED

The repository has been moved under couchbase account. See it here: github.com/couchbase/couchbase-ruby-model.

Steps to switch the git remote (if you cloned it using this repo):

git remote rm origin
git remote add origin git://github.com/couchbase/couchbase-ruby-model.git
git fetch origin
# optionally reset master to recent version
git checkout -B master origin/master

For users of the ruby gem nothing changed, it still accessible at rubygems.org/gems/couchbase-model.

About

The ORM-like abstraction for couchbase ruby client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.5%
  • JavaScript 6.5%