Jan
30
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: PLAIN TEXT RUBY:# I will create also my menumenu = Menu.create(:name => "Articles", :admin => true, :position => 1)# And mymenu.menuitems.create(:name => "New Article", :url => "/admin/articles/new", […]
More: continued here































