public
Description: Mixins and Modules for extending ActiveRecord content models
Homepage:
Clone URL: git://github.com/quirkey/qcontent.git
name age message
file .gitignore Loading commit data...
file History.txt
file LICENSE
file Manifest.txt Sat Mar 21 20:57:46 -0700 2009 Bumping to v0.1.0 [quirkey]
file PostInstall.txt Sat Mar 21 20:51:32 -0700 2009 Updated README [quirkey]
file README.rdoc
file Rakefile
file init.rb
directory lib/
file qcontent.gemspec
directory rails/ Mon Jan 12 14:00:19 -0800 2009 Added Pricing module Added money as a dependenc... [quirkey]
directory script/
directory test/
README.rdoc

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