dimas priyanto - a guy with mouse and keyboard
September 14, 2011

Using Fabrication to populate database

I usually using populator and faker gems to populate database in development environment, but now i’m mostly using mongoid than activerecord, and when i tried..

June 11, 2011

querying hash field in mongoid

MongoDB in general and Mongoid in specific of Rails use, has an awesome Hash data type, it’s like JSON on Javascript and Hash in Ruby…