==Lipsiadmin Lipsiadmin is a new revolutionary admin for your projects. Is developped by http://www.lipsiasoft.com that use it from 2 years in production enviroments. Lipsiadmin is based on Ext Js 2.2 framework (with prototype adapter) works with Rails 2+ This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of old html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code. Author:: Davide D'Agostino Copyright:: Copyright (c) 2009 Lipsiasoft s.r.l. (http://www.lipsiasoft.com) License:: MIT License (http://www.opensource.org/licenses/mit-license.php) Api Documentation:: http://api.lipsiasoft.com Community:: http://groups.google.com/group/lipsiadmin ==Requirements Rails 2+ Haml 2+ ==Installation script/plugin install git://github.com/Lipsiasoft/lipsiadmin.git The version 2.9 version is an alpha relase and the gem will be aviable from 3.0 In future you can simply do: in config/environments.rb config.gem "lipsiadmin" then (if you don't have it already) $ rake gems:install ==Examples now run script/generate and you can see some like: Installed Generators Builtin: controller, integration_test, mailer, migration, model, etc.. Lipsiadmin: attachment, backend, backend_page, pdf So you can do: $ script/generate backend # Generate the base admin $ script/generate backend_page yourmodel # Generate a "scaffold" for your model $ script/generate attachment # Generate the an attachments $ script/generate pdf PdfName # Generate a new pdf document ==Contribute Please contribute in coding, patch, and submitting translation api documentation etc... Community can be found here:: http://groups.google.com/group/lipsiadmin Api documentation can be found here:: http://api.lipsiasoft.com