Project

qcontent

0.0
No commit activity in last 3 years
No release in over 3 years
Modules and Mixins for extending ActiveRecord models for content management systems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.8.0
>= 1.2.3

Runtime

>= 2.0.0
 Project Readme

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