RubyGems Navigation menu

candy 0.0.2

Candy is a lightweight ORM for the MongoDB database. If MongoMapper is Rails, Candy is Sinatra. It provides a module you mix into any class, enabling the class to connect to Mongo on its own and push its objects into a collection. Candied objects act like OpenStructs, allowing attributes to be defined and updated in Mongo immediately without having to be declared in the class. Mongo's atomic operators are used whenever possible, and a smart serializer (Candy::Wrapper) converts almost any object for assignment to any attribute.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.2.10 - June 10, 2010 (36.0 KB)
  2. 0.2.9 - May 14, 2010 (35.5 KB)
  3. 0.2.8 - May 13, 2010 (34.5 KB)
  4. 0.2.7 - May 05, 2010 (34.0 KB)
  5. 0.2.6 - May 04, 2010 (33.5 KB)
  6. 0.0.2 - January 20, 2010 (10.0 KB)
显示所有版本 (共 14 个)

Runtime 依赖 (1):

mongo >= 0.18

Development 依赖 (3):

mocha >= 0.9.8
rspec >= 1.2.9
yard >= 0

业主:

作者:

  • Stephen Eley

SHA 256 校验和:

2fcfdfd4ccf4981bb0a91082250fec27f86c3e49730091b3199354219d94269a

下载总量 58,869

这个版本 4,384

许可:

需要的 Ruby 版本:

链接: