04 August 2006
Ruby on Rails - officail site
by feision & 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.
31 July 2006
2005 網絡技術回顧 - 網絡暴民 Jacky’s Blog
by feisionRuby 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
(2 marks)