Plugins - autoDB Admin Console

StarAdd to favorites

AdminConsole is an application that allows you to quickly and easily get a CRUD interface for any ActiveRecord model.

It supports:

 * Associations
 * Configurable forms
 * A slew of widgets, including:
   * file-uploads and images (via iframes)
   * regular text boxes
   * time select boxes (via my own plugin)
   * date select boxes
   * checkboxes for boolean columns

It uses:

 * AJAX
 * Information that's already in your models

Installation

  1. Create your Rails application, set up your databases, grab the Engines plugin and the AdminConsole, and install them.
  2. Install the AdminConsole into your vendor/plugins directory
  3. Modify your Engines.start call in config/environment.rb
     Engines.start :admin_console # or :admin_console
    
  4. Include AdminConsole related stylesheets in your templates:
     <%= engine_javascript "admin_console" %>
     <%= engine_stylesheet "admin_console" %>
    
  5. Configure your models with:
     @@page_options
     @@list_options
    

Yehuda Katz

http://trac.visualjquery.com/admin_console

http://svn.visualjquery.com/admin_console/trunk/admin_console/vendor/plugins/admin_console/

Rails' (MIT)

  • Currently 3.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Rails Engines

Tags

Comments

Add a comment
Xin 2 Oct 2007

I receive the same errors. Can the author look to fix these please?

Pupeno 24 Jan 2007

The home website as well as the repository give me 404 errors, maybe they are broken links ?

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?