quirkey / qcontent

Mixins and Modules for extending ActiveRecord content models

This URL has Read+Write access

quirkey (author)
Mon Jun 29 21:01:53 -0700 2009
commit  597cbe3e2a426857d3875ffc543413a377e46534
tree    bd6daa64ed915ac2739661b065f4aa0250a17414
parent  a3337c08abd237ea08c91005dfcdaf2325ac34b4
qcontent / README.rdoc
100644 31 lines (16 sloc) 0.743 kb

qcontent

github.com/quirkey/qcontent

DESCRIPTION:

qcontent is a set of modules to be included mainly in ActiveRecord::Base models to extend the functionality. The modules are mainly aimed at Content like classes or models to be used in a Content Management System e.g. Articles, Videos, etc.

USAGE:

Please see the project homepage for usage and more info:

code.quirkey.com/qcontent

INSTALL:

To install as a gem:

  sudo gem install qcontent

or from github:

  sudo gem install quirkey-qcontent -s http://gems.github.com

To install as a rails plugin:

  ./script/plugin install git://github.com/quirkey/qcontent.git

LICENSE:

Free for use under the terms of the MIT License - see LICENSE for details