浏览 6235 次
锁定老帖子 主题:Rails 的1.2什么模样?
该帖已经被评为良好帖
|
|
---|---|
作者 | 正文 |
发表时间:2006-10-19
宣布 1.2快来临了 http://woss.name/2006/09/30/railsconf-europe-2006-first-plenary-dhh/ 台湾的朋友分析Rails 的走向 引用 漸漸明朗化 1.1 was about getting ActiveRecord ‘right’ and imposing conventions so that people all use their models in a consistent manner. 1.2 is doing the same to the controller. 2.0 will be tackling the view. Rails 1.1 讓 ActiveRecord 變得更好,更加的強勢 Rails 1.2 目的讓 Controller 變得更好,他使用 Simply Restful 來增強 Controller 的方便性 Rails 2.0 目的是讓 View 也更加的好用,他使用Simply Helpful 來加強 http://lightyror.blogspot.com/2006/10/rails-11-rails-12-rails-20.html 看来REST on Rails是必然的一站, 该提前学习和研究了。 http://microformats.org/wiki/rest/rails 现在有两种方法REST on Rails Simply RESTful http://dev.rubyonrails.org/browser/plugins/simply_restful RESTful Rails http://rubyforge.org/projects/restful-rails/ [img]http://www.hackdiary.com/images/111-rest_on_rails.gif [/img] “跨越边界: REST on Rails Web 服务的优雅方法” 是此类中文资料不多的精品,对REST的解释简洁,还结合Java与Ruby的代码集成。 http://www-128.ibm.com/developerworks/java/library/j-cb08016/index.html?ca=dgr-lnxw07Rest4RubyOnRails Tim Bray on Rails, REST, XML, Java, and More 看看Tim接受采访时的表情,听听他的声音 http://www.infoq.com/interviews/tim_bray_rails_and_more 铁道开发的核心团队并没休息, 极力将 REST (Representation State Transfer) route 在铁道上推进, 还有些牛人,象Geoffrey Grosenbach, 出了名的培训师傅,介绍REST on Rails, 未来Rails 1点2版的主打强项,并开始用制作的相关屏播来赚钱了。 因为他做的网站就叫Nuby 上铁道: http://www.nubyonrails.com/ http://rorcast.blogger2blogger.com/public/articles/2006/10/17/nuby 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2006-10-19
上面几个链接都比较老了吧,有的好几个月没更新了。应该下载rails仓库中的最新代码,研究里面的Active Resource。
|
|
返回顶楼 | |
发表时间:2006-10-20
qiezi 写道 上面几个链接都比较老了吧,有的好几个月没更新了。应该下载rails仓库中的最新代码,研究里面的Active Resource。
ya, 此外Beast论坛的代码也是学习active resource的好材料。 |
|
返回顶楼 | |
发表时间:2006-10-20
http://lightyror.blogspot.com/2006/09/rails-conf-2006-in-europe.html
台湾友的blog 对1.2和2.0的看法 Rails 1.2 以及 Rails 2.0 的目標 原出處在此 DHH在 Rails Conf 2006 in Europe講到 Rails 1.2 以及 Rails 2.0 預計的目標 Rails 1.2 Rails 1.2 RC 快要完成了,目標是 * RESTful ,不懂這個意思的人可以看 Wikipedia * contollers , models 都將 support modules * Routing 有大改變 * bug fixes,Tiny tweaks....之類的繁雜事 New Scaffold 會有更漂亮,更多功能的 Scaffold (不過我聽說還是一樣醜 XD) Rails 2.0 View 會是有比較重大的變化,會引進一個 modeule SimplyHelpful。 他會增加這些的功能 * div_for (新功能) * RJS * partials * collections * form_for * Link_to 我個人是對 RESTful 有興趣啦,不過我目前實在是不太了解他的意思 allow us to focus on more important things Rails is not about inventing your own style for doing common things 有人知道嗎? ps. 這篇講到 Rails 的 RESTful 作法 --- 研究的方法可以从外到内,也可以从内到外 |
|
返回顶楼 | |