public
Description:
Homepage:
Clone URL: git://github.com/fhwang/admin_assistant.git
name age message
file .gitignore Thu Dec 03 12:06:14 -0800 2009 gitignore tweak [Francis Hwang]
file MIT-LICENSE Fri Feb 13 12:53:16 -0800 2009 first ocmmit [fhwang]
file README Sun Jul 12 11:27:30 -0700 2009 point to new website [fhwang]
file Rakefile Tue Sep 15 10:27:45 -0700 2009 Rails 2.3.4 added to the test suite [fhwang]
file admin_assistant.gemspec Sun Aug 02 08:13:19 -0700 2009 updating gemspec; adding Rails 2.3.3 to support... [fhwang]
directory doc/ Tue Jun 09 05:55:53 -0700 2009 adding an img for the wiki [fhwang]
file init.rb Sun Apr 19 10:10:46 -0700 2009 tweaks for usage as a plugin [fhwang]
file install.rb Sun Oct 11 19:48:11 -0700 2009 install.rb fix [fhwang]
directory lib/ Thu Dec 03 12:29:20 -0800 2009 fixing the problem of pre-emptive controller lo... [Francis Hwang]
directory tasks/ Fri Feb 13 12:53:16 -0800 2009 first ocmmit [fhwang]
directory test_rails_app/ Thu Dec 03 12:29:32 -0800 2009 fixing the problem of pre-emptive controller lo... [Francis Hwang]
file uninstall.rb Fri Feb 13 12:53:16 -0800 2009 first ocmmit [fhwang]
directory vendor/ Mon Jun 29 12:43:54 -0700 2009 fixing problems with blank searches [fhwang]
directory website/ Sun Nov 22 14:11:50 -0800 2009 doco up-to-date [fhwang]
README
admin_assistant
===============

Documentation: http://fhwang.github.com/admin_assistant/
Google Group: http://groups.google.com/group/admin_assistant

admin_assistant is a Rails plugin that automates a lot of features typically
needed in admin interfaces. Current features include:

* Your basic CReate / Update / Delete
* Index with pagination and field ordering
* Search, either by all text fields or by specific fields
* Live querying of models to generate forms and indexes, meaning that adding
  new columns to your admin controllers is easy
* Simple handling of belongs_to association via drop-down selects
* Built-in support for Paperclip and FileColumn

Copyright (c) 2009 Francis Hwang, released under the MIT license