freebsd-ports/www/rubygem-rails61/pkg-descr
Po-Chuan Hsieh a041be3698
www/rubygem-rails61: Update to 6.1.7
- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
2022-12-30 17:05:52 +08:00

11 lines
553 B
Plaintext

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.