Lipsiadmin: Rails 2.0 Ext Admin
Lipsiadmin is a framework that generates Ext 2.0 views on top of your Rails 2.0 application, a compelling duo indeed.
You can strap into your migrations to add menus such as:
-
# I will create also my menu
menu = Menu.create(:name => "Articles", :admin => true, :position => 1)
# And my
menu.menuitems.create(:name => "New Article", :url => "/admin/articles/new",
:position => 1, :style => "icon-no-group")
menu.menuitems.create(:name => "List Articles", :url => "/admin/articles/list",
:position => 1, :style => "icon-show-all")
If you stay in REST land it all just starts to work. Very Naked Objects-esque.
Check out the live demo (u: info@lipsiasoft.com, p: admin).
Speaking of Ext, the team has been expanded its offerings.
Read more on the source site
No comments yet.
feel free to leave a comment
Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs are automatically generated. Off-topic or inappropriate comments will be edited or deleted. Email addresses will never be published. Keep it PG-13 people!
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
All fields marked with " * " are required.


