quirkey / qcontent
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
commit 597cbe3e2a426857d3875ffc543413a377e46534
tree bd6daa64ed915ac2739661b065f4aa0250a17414
parent a3337c08abd237ea08c91005dfcdaf2325ac34b4
tree bd6daa64ed915ac2739661b065f4aa0250a17414
parent a3337c08abd237ea08c91005dfcdaf2325ac34b4
qcontent /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
LICENSE | ||
| |
Manifest.txt | ||
| |
PostInstall.txt | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
lib/ | ||
| |
qcontent.gemspec | ||
| |
rails/ | ||
| |
script/ | ||
| |
test/ |
README.rdoc
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:
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

