锁定老帖子 主题:rails几款脚手架比拼
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2008-06-07
1、Streamlined
http://www.hhtong.com/blog1/articles/2007/01/25/rails20070125_hobo_view01 http://www.hhtong.com/blog1/articles/2007/02/05/rails20070205_hobo_view02
欢迎大家补充类似的框架 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2008-06-08
http://rails.lipsiasoft.com/wiki/lipsiadmin
基于 extjs,运行似乎有点慢。 |
|
返回顶楼 | |
发表时间:2008-06-10
有时间要是一下
|
|
返回顶楼 | |
发表时间:2008-06-11
ext_scaffold
--------- Prerequisites ============= You need to download the Ext Javascript framework from `http://extjs.com/download`, and unzip it into `#{RAILS_ROOT}/public/ext`. Ext_scaffold was tested against version 2.0.1 of the Ext framework. Installation ============ `script/plugin install http://rug-b.rubyforge.org/svn/ext_scaffold` Example ======= `./script/generate ext_scaffold post` # no attributes, view will be anemic `./script/generate ext_scaffold post title:string body:text published:boolean` `./script/generate ext_scaffold purchase order_id:integer amount:decimal` Copyright (c) 2008 martin.rehfeld@glnetworks.de, released under the MIT license |
|
返回顶楼 | |
浏览 4374 次