Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Jan 2017 14:16:36
4.2.7.1_1

|
sunpoet  |
Move devel/rubygem-actionview to devel/rubygem-actionview4
- Bump PORTREVISION for dependent ports |
04 Jan 2017 15:33:34
4.2.7.1_1

|
sunpoet  |
Update WWW: http://www.rubyonrails.org/ redirects to http://rubyonrails.org/ |
02 Jan 2017 23:36:52
4.2.7.1_1

|
swills  |
devel/rubygem-actionview: switch to rubygem-rails-dom-testing 1.x dep |
29 Sep 2016 14:17:44
4.2.7.1

|
tz  |
Update Rails 4 from 4.2.6 to 4.2.7.1
Security: CVE-2016-6316
Security: CVE-2016-6317
Approved by: swills (mentor) |
27 Apr 2016 21:57:32
4.2.6

|
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
27 Apr 2016 16:36:42
4.2.6

|
swills  |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
01 Apr 2016 14:00:57
4.2.6

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Mar 2016 00:03:16
4.2.6

|
sunpoet  |
- Update to 4.2.6
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md |
06 Mar 2016 06:38:37
4.2.5.2

|
sunpoet  |
- Update to 4.2.5.2
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1 |
02 Feb 2016 22:45:54
4.2.5.1

|
sunpoet  |
- Update to 4.2.5.1
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1 |
12 Nov 2015 21:39:51
4.2.5

|
sunpoet  |
- Update to 4.2.5
- Add LICENSE_FILE
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md |
25 Aug 2015 14:53:05
4.2.4

|
sunpoet  |
- Update to 4.2.4
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md |
28 Jun 2015 17:57:26
4.2.3

|
sunpoet  |
- Update to 4.2.3
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md |
17 Jun 2015 17:26:37
4.2.2

|
sunpoet  |
- Update to 4.2.2
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md |
13 Jun 2015 13:55:13
4.2.1

|
sunpoet  |
- Fix and sort RUN_DEPENDS
- Add NO_ARCH |
11 Jun 2015 13:24:26
4.2.1

|
swills  |
devel/rubygem-actionview: fix version of rubygem-rails-dom-testing dep |
10 Jun 2015 18:09:38
4.2.1

|
swills  |
www/rubygem-rails4: update to 4.2.1
Differential Revision: https://reviews.freebsd.org/D2710 |
23 May 2015 07:14:05
4.1.6

|
sunpoet  |
- Add LICENSE |
14 Sep 2014 02:06:58
4.1.6

|
swills  |
www/rubygem-rails4: create port for rails4
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) |