Code For Web

Category Archives: Ruby

Mongoid or MongoMapper (Part 2)

In a previous post I asked which are people using, MongoMapper or Mongoid, since then several projects have passed that utilize MongoDB we have leaned towards Mongoid. Why? We like the syntax, its mongodb like. Makes it easier to switch between writing code and querying the database. On the other hand MongoMapper works more like [...]