Plugins - AdministrateMe
Add to favoritesLiving on the Edge
AdministrateMe was built to fly over the Rails 2 stack
Easy to install
ruby script/plugin install http://administrateme.googlecode.com/svn/administrate_me/
Easy to setup
rake admin:import_files
Easy to use
class ProductsController < ApplicationController
administrate_me do
search :code, :name, :description
order ‘code’
filters do
set :published, {:published => true}
end
end
end
Demo App
available at http://administrateme.googlecode.com/svn/test_app_for_plugin/
Juan Maria Martinez Arce & Carlos Kozuszko. (in)signia
http://code.google.com/p/administrateme/
http://administrateme.googlecode.com/svn/administrate_me/
LGPL
Assets

Hi! I like very much ur plugin. I think that the only thing missing is to use HAML as the templating engine. I think that it adds a dependency, but it really simplify customization of templates.I am willing to cooperate with you on that.