freebsd-ports/www/rubygem-rails50/pkg-descr
Sunpoet Po-Chuan Hsieh db6b7997f9 Update WWW
2018-07-31 23:55:51 +00:00

12 lines
584 B
Text

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: https://rubyonrails.org/