Plugins - autoDB Admin Console
Add to favoritesAdminConsole 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
- Create your Rails application, set up your databases, grab the Engines plugin and the AdminConsole, and install them.
- Install the AdminConsole into your vendor/plugins directory
- Modify your Engines.start call in config/environment.rb
Engines.start :admin_console # or :admin_console
- Include AdminConsole related stylesheets in your templates:
<%= engine_javascript "admin_console" %> <%= engine_stylesheet "admin_console" %>
- Configure your models with:
@@page_options @@list_options
http://trac.visualjquery.com/admin_console
http://svn.visualjquery.com/admin_console/trunk/admin_console/vendor/plugins/admin_console/
Rails' (MIT)
Rails Engines

I receive the same errors. Can the author look to fix these please?
The home website as well as the repository give me 404 errors, maybe they are broken links ?