This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Davide D'Agostino (author)
Mon May 11 07:23:00 -0700 2009
commit 2849d8293769b31bb05160be8e0aaf5a039f41ff
tree fd5383492fb60f3f95715e8709fd85122b3ae69c
parent 93abc345b0c1ce0c4239e096a8716adaefc91799
tree fd5383492fb60f3f95715e8709fd85122b3ae69c
parent 93abc345b0c1ce0c4239e096a8716adaefc91799
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 25 07:47:03 -0800 2009 | |
| |
CHANGELOG | ||
| |
MIT-LICENSE | Tue Feb 24 10:01:10 -0800 2009 | |
| |
README | ||
| |
Rakefile | ||
| |
init.rb | Tue Feb 24 10:01:10 -0800 2009 | |
| |
lib/ | ||
| |
lipsiadmin_generators/ | ||
| |
resources/ | ||
| |
tasks/ |
README
==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 <tt>old</tt> 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 $ sudo gem install lipsiadmin Then in your config/environment.rb config.gem "lipsiadmin", :version => "< 5.0" Why we need to specify version? Simply because we mantain backward compatibility until a 5.0 version. This mean that before v 5.0 we only do small improvemets, bug fix, doc etc... If you want install the edge version you can simply do: script/plugin install git://github.com/Lipsiasoft/lipsiadmin.git ==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, loops So you can do: $ script/generate backend # Generate the base admin $ script/generate backend_page yourmodel # Generate a "scaffold" for your model $ script/generate state_session # Create a "scaffold" for store extjs grid settings in db $ script/generate loops # Generate background workers $ script/generate frontend # Generate the base frontend $ 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








