RubyGems Navigation menu

gitmodel 0.0.7

GitModel persists Ruby objects using Git as a data storage engine. It's an ActiveModel implementation so it works stand-alone or in Rails 3 as a drop-in replacement for ActiveRecord or DataMapper. Because the database is a Git repository it can be synced across multiple machines, manipulated with standard Git client tools, can be branched and merged, and of course keeps the history of all changes.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.8 - September 30, 2012 (19.0 KB)
  2. 0.0.7 - December 23, 2011 (19.0 KB)
  3. 0.0.6 - August 03, 2011 (18.5 KB)
  4. 0.0.5 - August 03, 2011 (18.5 KB)
  5. 0.0.4 - July 04, 2011 (17.5 KB)
顯示所有版本(共 8)

Runtime 相依性套件 (6):

activemodel >= 3.0.1
activesupport >= 3.0.1
grit >= 2.3.0
lockfile >= 1.4.3
memcache-client >= 1.8.5
yajl-ruby >= 0.8.2

Development 相依性套件 (3):

autotest >= 4.4.1
rspec >= 2.0.1
ZenTest >= 4.4.0

擁有者:

作者:

  • Paul Dowman

SHA 256 checksum:

a6c6bc50dec8e822d9600eb8e72489adba8010bcacf29b3ef5266ec8dd49448e

總下載次數 30,586

這個版本 3,740

License:

Ruby 版本需求:

相關連結: