1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/rubygem-rails5/pkg-descr
Joseph Mingrone f95f929cde www/rubygem-rails5: Create new port for version 5 of Ruby on Rails
Along with the new rails version 5 port, some rails5 dependencies had to be
created to avoid conflicts.

New ports added:

devel/rubygem-coffee-rails-rails5,
textproc/rubygem-sass-rails-rails5
www/rubygem-jquery-rails-rails5
www/rubygem-rails5
www/rubygem-turbolinks-rails5

Reviewed by:	mat
Approved by:	swills (mentor, implicit)
2017-04-26 17:29:59 +00:00

13 lines
583 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.
WWW: http://rubyonrails.org/