Hacker News new | ask | show | jobs
by jackbean 5508 days ago
Just curious: why are you using MongoDB with ActiveRecord and not say MongoMapper or Mongoid?
1 comments

I like the stability of ActiveRecord. It was also to show that it's very easy to use the Ruby MongoDB driver just for some data. I have thought about changing it in the future to use only MongoDB, but not just yet.