Skip to content
eedrummer edited this page Feb 17, 2011 · 8 revisions

Overview

popHealth is a Ruby on Rails 3 web application. It uses MongoDB for data persistance. Because of this, the web application does not use ActiveRecord for database interactions, but instead directly uses the MongoDB Ruby Driver.

Clone this wiki locally