After more than three years of development I am excited to announce DRG CMS to the world.
DRG CMS is alternative way of programming application in Ruby on Rails. Instead of creating controllers and views for each collection (table) model, DRG CMS introduces single (cmsedit) controller which uses DRG Forms to control CRUD database operations.
DRG CMS uses Mongo DB, leading NO-SQL document database, as database back-end with a help of mongoid gem. Mongoid's flexible document model defines all document fields, indexes, dependencies, validations in single model file with no Rails migrations required.
DRG CMS can coexist with other frameworks which use Mongo DB as database back-end. Use your favorite framework for presenting data on web and use DRG CMS with its easy to create DRG Forms as data entry back-end.
DRG CMS can coexist with other databases and Rails controllers. I can highly recommend using DRG CMS in heterogeneous database Intranet projects. I am currently actively developing in-house application which uses MongoDB as primary database and connects frequently to Oracle and MS-SQL databases.
Main DRG CMS features:
Visit project homepage http://www.drgcms.org, go to demo page and walk build in CMS.
If you are interested, visit project source code on Github repository https://github.com/drgcms. You are welcome to contribute to the project.
You may also follow this instructions http://www.drgcms.org/books/chapter/drgcms-documentation/0103-create-web-site-in-15-minutes link and try to make web site in 15 minutes.
By
Damjan Rems, http://www.drgcms.org