List of Rails admin backends? What's your favorite?

As I tire of coding yet another admin backend, does anybody use a
pre-made one? What’s your favorite? Here’s a list I’ve come up with:

Streamlined
http://streamlined.relevancellc.com/

AJAX Scaffold
http://www.height1percent.com/

auto_admin
http://www.agilewebdevelopment.com/plugins/auto_admin

AutoDB
http://trac.visualjquery.com/admin_console

Any others? Or do you have a better DIY way?

Joe

I would also be interested in an admin backend for Rails, as this kind
of work is probably over half the coding for the kind of apps I do.

Streamlined seems to have the kind of features I’d need, but the
releases continue to get delayed. I’ve also read some criticism of its
code generation, saying that not enough is dynamic. Haven’t had a
chance to use it yet but I know there is supposed to be a major release
tomorrow.

On 9/21/06, Joe R. MUDCRAP-CE [email protected]
wrote:

auto_admin
http://www.agilewebdevelopment.com/plugins/auto_admin

AutoDB
http://trac.visualjquery.com/admin_console

I’m partial to the original one (the Scaffolding Extensions plugin
[1]), but that’s probably because I wrote it and use it on all of my
Rails projects. No Ajax, file uploads, or screencasts, though.

Jeremy

[1]
http://wiki.rubyonrails.com/rails/pages/Scaffolding+Extensions+Plugin

Jeff Cabaniss wrote:

Streamlined seems to have the kind of features I’d need, but the
releases continue to get delayed. I’ve also read some criticism of its
code generation, saying that not enough is dynamic. Haven’t had a
chance to use it yet but I know there is supposed to be a major release
tomorrow.

Yeah, I think its code/html is generated, which doesn’t sound appealing.

Joe