Sha256: 237bbd9b6fcb3e7ea2b965e9822b25f4bdd1f836721ac18ce40c71cc3acc3a36
Contents?: true
Size: 1.6 KB
Versions: 6
Compression:
Stored size: 1.6 KB
Contents
--- layout: default --- admin\_assistant is a Rails plugin that automates a lot of features typically needed in admin controllers. It is written and maintained by [Francis Hwang][fhwang]. admin\_assistant is in beta, meaning that it is stable, and being used in production sites, but there may be small API changes in the future. It currently supports Rails 2.1.0, 2.1.2, 2.2.2, 2.3.2, 2.3.3, and 2.3.4. There are no plans to support Rails 2.0 or earlier. ## Features * Built-in model creation, updating, and deletion. * Live querying of models, which allows incremental development of controllers without the maintenance problems of generated code. * Paginated indexes with built field-ordering. * Highly customizable search that allows customization of individual fields, numerical comparators, and boolean operators. * Built-in Ajax autocompleters for handling belongs-to associations. * Built-in widgets for handling polymorphic belongs-to associations. * Built-in support for images with either [Paperclip](http://thoughtbot.com/projects/paperclip) or [FileColumn](http://www.kanthak.net/opensource/file_column/). * Heavily hookable interface allows customization of columns, search parameters, form inputs, parameter handling, and model creation. ## Still not convinced? Check out our [screenshots](./screenshots.html), [who's using admin\_assistant](./community.html#whos_using), or our [design principles](./design_principles.html). ## Ready to give it a try? [Getting started](./getting_started.html) is easy. [afarrill]: http://github.com/alexfarrill [fhwang]: http://fhwang.net/ [mcelona]: http://github.com/mcelona
Version data entries
6 entries across 6 versions & 1 rubygems