Skip to content

charleseff/admin_assistant

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.3%
  • JavaScript 12.7%