28071e6398
This port required creating a number of new ports, old versions of existing ports and other adjustments, so do all that while here too. Rails is a web-application framework for the MVC pattern that includes both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby Being a full-stack framework means that all layers are built to work seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. WWW: http://www.rubyonrails.org Submitted by: xmj (based on)
6 lines
233 B
Text
6 lines
233 B
Text
A toolkit for building modeling frameworks like Active Record and
|
|
Active Resource. Rich support for attributes, callbacks,
|
|
validations, observers, serialization, internationalization,
|
|
and testing.
|
|
|
|
WWW: http://www.rubyonrails.org
|