01 May 2006
Ruby on Rails
by 52 others (via)Webapp development framework. Rails is based on "conventions instead of configuration".
First you create your model in the MySQL.
Then, rails autogenerate controllers and views (scaffold).
Rails provides input validation, but no authentification. You have to roll your own i18n.
The templating system is not pure HTML and does not integrate well with webdesign tools.
The documentation is excellent.
27 April 2006
1
(2 marks)