No commit activity in last 3 years
No release in over 3 years
admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project 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

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