mem_model 0.1.0
MemModel persists Ruby objects using MagLev 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. If MemModel is used in non-MagLev platforms, objects will be persisted to in-memory sets.
Gemfile:
=
install:
=
Runtime Dependencies (2):
active_attr
>= 0.8.2
activesupport
= 3.2.15