04 August 2006
Ruby on Rails - officail site
by 52 othersRails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go live, all you need to add is a database and a web server.
首頁 - Ruby-tw
* 安裝 Ruby
o Ruby 安裝指南
o IDE 整合開發工具
* 新手教學
o 新手教學
o Ruby程式規範
* 進階應用
o Ruby on Rails
o Ruby on Rails For Designers
o Ruby on Rails Blogs
o dRuby
o RMagick
* 專題探討
o Ruby和資料庫
o 深入Rails
o Rails 和 PostgreSQL
o prototype.js 筆記
o continuation
o Meta Programming
o Ruby GameEngine
* HowTo List
o HowTo列表
31 July 2006
2005 網絡技術回顧 - 網絡暴民 Jacky’s Blog
Ruby on Rails 是一個 Fast Development 的 Web Framework,幫你做了很多東西,讓開發者可以專注於 Business Layer。 Convention over Configuration 、Code generation 工具等等使開發速度加快了很多。而使用的語言 Ruby 也是非常簡潔有力,受到開發者的歡迎。配合 Active Records 使存取 Database record 更 OO 更方便。有很多 Web 2.0 的服務,也使用了 Ruby on Rails 作為開發的 Framework。不過,始終 Ruby on Rails 還是相當新的玩意兒,到廣範應用還是有很遠的路要走。首先要解決的,還是 i18N 的問題。
1
(3 marks)