Hooking in a Stats module in Rails Active Record (opens in new tab)
Most full-fledged web frameworks come with ORMs built in. ORMs or Object Relational Mappings help to map the programming language data structures to actual data stores without having to worry about the underlying data source...
Read the original article