quirkey / qadmin
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tag:
v0.2.0
qadmin /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
LICENSE | Sun Mar 22 11:39:59 -0700 2009 | |
| |
Manifest.txt | ||
| |
PostInstall.txt | Sun Mar 22 11:39:59 -0700 2009 | |
| |
README.rdoc | ||
| |
Rakefile | ||
| |
init.rb | Thu Jan 08 12:03:17 -0800 2009 | |
| |
lib/ | ||
| |
qadmin.gemspec | ||
| |
rails/ | Wed Jan 21 05:59:26 -0800 2009 | |
| |
rails_generators/ | ||
| |
script/ | ||
| |
test/ |
README.rdoc
qadmin
DESCRIPTION:
An [almost] one command solution for adding admin interfaces/resources to a Rails app.
SYNOPSIS:
Qadmin is a partial extraction of 2+ years of building Rails admin systems. A lot of the code comes from a Rails plugin I wrote (private) called quirkey_tools.
The system consists currently of two parts: a generator, and a set of macros.
The generator is =~ the Rails resource generator, but instead of plopping all the code for the different standard resource actions into the controller and templates, it uses the #qadmin macro to include the standard resource actions.
For full details and usage please see the website at:
INSTALL:
Qadmin can be installed as a gem or a plugin.
As a gem
sudo gem install qadmin --source=http://gems.github.com
Then in your config/environment.rb
config.gem 'qadmin'
As a plugin
./script/plugin install git://github.com/quirkey/qadmin.git
LICENSE:
MIT-LICENSE - See LICENSE

