public
Description: A RESTful resource module and generator
Homepage: http://code.quirkey.com/qadmin
Clone URL: git://github.com/quirkey/qadmin.git
qadmin /
name age message
file .gitignore Sun Mar 22 14:41:39 -0700 2009 Moving a couple helpers from halpers [quirkey]
file History.txt Tue Apr 07 20:07:27 -0700 2009 Version bump [quirkey]
file LICENSE Sun Mar 22 11:39:59 -0700 2009 Removed newgem website [quirkey]
file PostInstall.txt Sun Mar 22 11:39:59 -0700 2009 Removed newgem website [quirkey]
file README.rdoc Tue Oct 27 12:10:46 -0700 2009 Add warning to documentation after next merge [quirkey]
file Rakefile Tue Oct 27 10:11:09 -0700 2009 Fixed rakefile and test running [quirkey]
file init.rb Thu Jan 08 12:03:17 -0800 2009 Added rails init scripts [quirkey]
directory lib/ Fri Dec 04 08:13:08 -0800 2009 New labeled_show_column for the default show So... [quirkey]
file qadmin.gemspec Tue Oct 27 11:54:42 -0700 2009 Removing more newgem/hoe files [quirkey]
directory rails/ Wed Jan 21 05:59:26 -0800 2009 Working on the content_forms form builder Fixed... [quirkey]
directory rails_generators/ Wed Nov 11 08:07:33 -0800 2009 Added --no-test option to the generator [quirkey]
directory test/ Wed Nov 11 08:30:08 -0800 2009 Autoset namespace in configuration from the con... [quirkey]
README.rdoc

WARNING

The documentation is currently out of date as of 10/27/09 - A major rewrite has just been merged into master and is going to be documented and released once stable

qadmin

github.com/quirkey/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:

code.quirkey.com/qadmin

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