Sign in Sign up
rubygems

rails_dm_datastore

This gem patches all of the problems that appear from running Rails with DataMapper on the GAE. The main patches are patching DataMapper so that it does not use the ObjectSpace (The ObjectSpace itself is also patched so that this works seamlessly). Also ActiveView is patched so that all of the partial shortcuts work with DataMapper. In addition, a generate is provided (dd_model) that will produce a DataMapper model. One last note is that this gem depends on a dm-core (and other dm gems), dm-appengein, and rails_appengene so all you need is to require this gem in your gem file and you should get all the other gems you need to make DataMapper work with Rails and the GAE.

Activity

Latest release
15y ago
Total releases
18
Cadence
~9 days
Last 12 months
0

Details

First release
Jan 08, 2010
Releases
Version Released
0.2.17.pre pre
0.2.16 patch
0.2.15 patch
0.2.14 patch
0.2.13 patch
0.2.12.pre pre
0.2.11.pre pre
0.2.10 patch
0.2.9 patch
0.2.8 patch
0.2.6 patch
0.2.5 patch
0.2.4 patch
0.2.3 patch
0.2.2 patch
0.2.1 patch
0.2.0 minor
0.1.1 initial