public
Description: Mixins and Modules for extending ActiveRecord content models
Homepage:
Clone URL: git://github.com/quirkey/qcontent.git
name age message
file .gitignore Sat Mar 21 22:07:54 -0700 2009 Ingore pkg [quirkey]
file History.txt Sat Mar 21 20:57:46 -0700 2009 Bumping to v0.1.0 [quirkey]
file LICENSE Sat Mar 21 20:51:32 -0700 2009 Updated README [quirkey]
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 Sat Mar 21 20:51:32 -0700 2009 Updated README [quirkey]
file Rakefile Sat Mar 21 20:57:46 -0700 2009 Bumping to v0.1.0 [quirkey]
file init.rb Mon Jan 12 14:00:19 -0800 2009 Added Pricing module Added money as a dependenc... [quirkey]
directory lib/ Mon Jun 29 21:01:53 -0700 2009 Enforce sorting for assets [quirkey]
file qcontent.gemspec Sat Mar 21 20:57:46 -0700 2009 Bumping to v0.1.0 [quirkey]
directory rails/ Mon Jan 12 14:00:19 -0800 2009 Added Pricing module Added money as a dependenc... [quirkey]
directory script/ Fri Jan 09 11:49:58 -0800 2009 Initial commit [quirkey]
directory test/ Sun Jun 28 12:13:45 -0700 2009 Fix for dimensions where only a name is specified [quirkey]
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