weplay / admin_assistant forked from fhwang/admin_assistant
- Source
- Commits
- Network (8)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | Fri Feb 13 12:53:16 -0800 2009 | |
| |
README | Sun Jul 12 11:27:30 -0700 2009 | |
| |
Rakefile | Tue Sep 15 10:27:45 -0700 2009 | |
| |
admin_assistant.gemspec | Sun Aug 02 08:13:19 -0700 2009 | |
| |
doc/ | Tue Jun 09 05:55:53 -0700 2009 | |
| |
init.rb | Sun Apr 19 10:10:46 -0700 2009 | |
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | Fri Feb 13 12:53:16 -0800 2009 | |
| |
test_rails_app/ | ||
| |
uninstall.rb | Fri Feb 13 12:53:16 -0800 2009 | |
| |
vendor/ | Mon Jun 29 12:43:54 -0700 2009 | |
| |
website/ |
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

