Lipsiadmin: Rails 2.0 Ext Admin

Written by on January 30th, 2008 in Ajax News.

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:

RUBY:

    # 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.

Source: Ajaxian
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/225833157/lipsiadmin-rails-20-ext-admin

Comments are closed.



Site Navigation