Port details |
- rubygem-rails4 MVC web application framework
- 4.2.11.3 www =2 4.2.11.3Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-09-14 02:07:19
- Last Update: 2024-09-18 06:15:09
- Commit Hash: 1e16423
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://rubyonrails.org/
- https://github.com/rails/rails
- Description:
- Rails is a web-application framework that includes everything needed to create
database-backed web applications according to the Model-View-Controller (MVC)
pattern.
Understanding the MVC pattern is key to understanding Rails. MVC divides your
application into three layers: Model, View, and Controller, each with a specific
responsibility.
Active Record, Active Model, Action Pack, and Action View can each be used
independently outside Rails.
In addition to that, Rails also comes with:
- Action Mailer, a library to generate and send emails
- Action Mailbox, a library to receive emails within a Rails application
- Active Job, a framework for declaring jobs and making them run on a variety of
queuing backends
- Action Cable, a framework to integrate WebSockets with a Rails application
- Active Storage, a library to attach cloud and local files to Rails
applications
- Action Text, a library to handle rich text content
- Active Support, a collection of utility classes and standard library
extensions that are useful for Rails, and may also be used independently
outside Rails
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-rails4>0:www/rubygem-rails4
- To install the port:
- cd /usr/ports/www/rubygem-rails4/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-rails4
- pkg install rubygem-rails4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-rails4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1589631186
SHA256 (rubygem/rails-4.2.11.3.gem) = 7502ee83259abce924803052e34f3a9d072b01050e41e2ae94a22ddfd16d9686
SIZE (rubygem/rails-4.2.11.3.gem) = 1476096
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionmailer4>=4.2.11.3 : mail/rubygem-actionmailer4
- rubygem-actionpack4>=4.2.11.3 : www/rubygem-actionpack4
- rubygem-actionview4>=4.2.11.3 : devel/rubygem-actionview4
- rubygem-activejob4>=4.2.11.3 : devel/rubygem-activejob4
- rubygem-activemodel4>=4.2.11.3 : databases/rubygem-activemodel4
- rubygem-activerecord4>=4.2.11.3 : databases/rubygem-activerecord4
- rubygem-activeresource4>=4.0.0 : www/rubygem-activeresource4
- rubygem-activesupport4>=4.2.11.3 : devel/rubygem-activesupport4
- rubygem-builder>=3.2.2 : devel/rubygem-builder
- rubygem-bundler>=1.3.0 : sysutils/rubygem-bundler
- rubygem-byebug>=5.0.0 : devel/rubygem-byebug
- rubygem-coffee-rails41>=4.1.1 : devel/rubygem-coffee-rails41
- rubygem-execjs>=2.2.1 : devel/rubygem-execjs
- rubygem-jbuilder>=2.1.3 : devel/rubygem-jbuilder
- rubygem-jquery-rails>=4.0 : www/rubygem-jquery-rails
- rubygem-railties4>=4.2.11.3 : www/rubygem-railties4
- rubygem-rake>=10.3 : devel/rubygem-rake
- rubygem-rdoc>=4.0.2 : devel/rubygem-rdoc
- rubygem-sass>=3.4.1 : textproc/rubygem-sass
- rubygem-sass-rails-rails4>=5.0.3 : textproc/rubygem-sass-rails-rails4
- rubygem-sdoc>=0.4.1 : devel/rubygem-sdoc
- rubygem-spring>=1.1.3 : devel/rubygem-spring
- rubygem-sqlite3>=1.3.9 : databases/rubygem-sqlite3
- rubygem-sprockets3>=3.0.3 : devel/rubygem-sprockets3
- rubygem-sprockets-rails-rails4>=2.0 : devel/rubygem-sprockets-rails-rails4
- rubygem-thread_safe>=0.3.4 : devel/rubygem-thread_safe
- rubygem-turbolinks>=2.3.0 : www/rubygem-turbolinks
- rubygem-uglifier>=2.5.0 : www/rubygem-uglifier
- rubygem-web-console2>=2.1.2 : devel/rubygem-web-console2
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- japanese/rubygem-jpmobile4
- www/rubygem-dropzonejs-rails
- www/rubygem-rails-settings-cached
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for rubygem-rails4-4.2.11.3:
MEMCACHE_CLIENT=off: MemCache-Client support
===> Use 'make config' to modify these settings
- Options name:
- www_rubygem-rails4
- USES:
- cpe gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.11.3 18 Sep 2024 06:15:09 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rails4: Update pkg-descr |
4.2.11.3 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
4.2.11.3 01 Nov 2023 07:56:59 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rails4: Update WWW and clean up pkg-descr |
4.2.11.3 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
4.2.11.3 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.11.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.11.3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.2.11.3 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
4.2.11.3 11 Jan 2022 18:47:04 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-rails4: Update WWW |
4.2.11.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.11.3 17 May 2020 18:32:50 |
sunpoet |
Update to 4.2.11.3
- Take maintainership
Changes: https://github.com/rails/rails/releases |
4.2.11.1_2 30 Sep 2019 11:31:50 |
sunpoet |
Change RUN_DEPENDS from rubygem-sprockets-rails to
rubygem-sprockets-rails-rails4
- Bump PORTREVISION for dependency change |
4.2.11.1_1 31 Aug 2019 21:59:24 |
sunpoet |
Clean up gemspec patch
- Add PORTSCOUT |
4.2.11.1_1 20 Apr 2019 08:41:21 |
meta |
www/rubygem-rails4: Remove bundler dependency pin on bundler < 2.0
To adapt upcoming update of sysutils/rubygem-bundler to 2.0.1.
PR: 237379
Submitted by: meta (myself)
Reviewed by: mfechner |
4.2.11.1 18 Mar 2019 18:24:54 |
sunpoet |
Update to 4.2.11.1
Changes: https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Security: 1396a74a-4997-11e9-b5f1-83edb3f89ba1
MFH: 2019Q1 |
4.2.11 02 Dec 2018 15:40:21 |
sunpoet |
Update to 4.2.11
Changes: https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ |
4.2.10_2 31 Jul 2018 23:55:41 |
sunpoet |
Update WWW |
4.2.10_2 20 Mar 2018 01:31:29 |
swills |
www/rubygem-rails4: Remove passenger option
It isn't really needed.
PR: 225428 |
4.2.10_1 18 Feb 2018 13:38:41 |
sunpoet |
Move textproc/rubygem-sass-rails5 to textproc/rubygem-sass-rails-rails4
- Bump PORTREVISION of dependent ports for dependency change |
4.2.10 27 Jan 2018 18:42:55 |
sunpoet |
Fix PASSENGER_RUN_DEPENDS
dvl@ introduced the FLAVOR support to www/rubygem-passenger in r459684 which
adds PKGNAMESUFFIX.
PR: 225465
Reported by: Daniel Ylitalo <daniel@blodan.se> |
4.2.10 28 Sep 2017 11:02:38 |
sunpoet |
Update to 4.2.10
Changes: https://github.com/rails/rails/commits/4-2-stable
https://github.com/rails/rails/compare/v4.2.9...v4.2.10 |
4.2.9 27 Jun 2017 16:16:12 |
sunpoet |
Update to 4.2.9
Changes: https://github.com/rails/rails/commits/4-2-stable
https://github.com/rails/rails/compare/v4.2.8...v4.2.9 |
4.2.8_1 27 Mar 2017 19:16:29 |
sunpoet |
Move www/rubygem-jquery-rails4 to www/rubygem-jquery-rails
- Bump PORTREVISION for dependent ports |
4.2.8 02 Mar 2017 18:01:42 |
sunpoet |
Update to 4.2.8
Changes: https://github.com/rails/rails/commits/4-2-stable
https://github.com/rails/rails/compare/v4.2.7.1...v4.2.8 |
4.2.7.1_4 05 Feb 2017 05:32:36 |
sunpoet |
Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builder |
4.2.7.1_3 08 Jan 2017 14:31:16 |
sunpoet |
Move devel/rubygem-activejob to devel/rubygem-activejob4
- Bump PORTREVISION for dependent ports |
4.2.7.1_2 08 Jan 2017 14:16:36 |
sunpoet |
Move devel/rubygem-actionview to devel/rubygem-actionview4
- Bump PORTREVISION for dependent ports |
4.2.7.1_1 04 Jan 2017 15:33:34 |
sunpoet |
Update WWW: http://www.rubyonrails.org/ redirects to http://rubyonrails.org/ |
4.2.7.1_1 04 Jan 2017 05:37:05 |
swills |
www/rubygem-rails4: use correct deps
Use correct versions of rubygem-coffee-rails and rubygem-web-console which
allows "rails new appname" to run without installing additional gems. |
4.2.7.1 29 Sep 2016 14:17:44 |
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) |
4.2.6 23 Jun 2016 09:48:53 |
tz |
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner
requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the
maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor) |
4.2.6 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
4.2.6 27 Apr 2016 16:36:42 |
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 |
4.2.6 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
4.2.6 12 Mar 2016 00:03:34 |
sunpoet |
- Update to 4.2.6
Changes: https://github.com/rails/rails/commits/4-2-stable
https://github.com/rails/rails/compare/v4.2.5.2...v4.2.6 |
4.2.5.2 06 Mar 2016 06:38:55 |
sunpoet |
- Update to 4.2.5.2
Changes: https://github.com/rails/rails/commits/4-2-stable
https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2
Security: 5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH: 2016Q1 |
4.2.5.1 02 Feb 2016 22:46:12 |
sunpoet |
- Update to 4.2.5.1
Changes: https://github.com/rails/rails/commits/4-2-stable
https://github.com/rails/rails/compare/v4.2.5...v4.2.5.1
Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888
MFH: 2016Q1 |
4.2.5 12 Nov 2015 21:40:07 |
sunpoet |
- Update to 4.2.5
Changes: https://github.com/rails/rails/commits/4-2-stable |
4.2.4 25 Aug 2015 14:53:23 |
sunpoet |
- Update to 4.2.4
Changes: https://github.com/rails/rails/commits/4-2-stable
http://weblog.rubyonrails.org/2015/8/24/Rails-4-2-4-and-4-1-13-have-been-released/ |
4.2.3 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
4.2.3 28 Jun 2015 17:58:20 |
sunpoet |
- Update to 4.2.3
Changes: https://github.com/rails/rails/commits/4-2-stable |
4.2.2 17 Jun 2015 17:27:28 |
sunpoet |
- Update to 4.2.2
Changes: https://github.com/rails/rails/commits/4-2-stable
Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd |
4.2.1 13 Jun 2015 13:56:00 |
sunpoet |
- Sort RUN_DEPENDS |
4.2.1 10 Jun 2015 18:09:38 |
swills |
www/rubygem-rails4: update to 4.2.1
Differential Revision: https://reviews.freebsd.org/D2710 |
4.1.6_2 07 Jun 2015 20:42:27 |
sunpoet |
- Add NO_ARCH |
4.1.6_2 31 May 2015 14:58:56 |
sunpoet |
- Update RUN_DEPENDS
- Remove MONGRELCLUSTER_DESC |
4.1.6_2 03 Apr 2015 01:37:07 |
swills |
www/rubygem-rails4: use newer sprockets |
4.1.6_1 20 Sep 2014 21:46:05 |
rene |
www/rubygem-rails4: remove optional dependency on expired www/fcgi |
4.1.6 14 Sep 2014 07:31:57 |
antoine |
Fix pkgname collisions |
4.1.6 14 Sep 2014 02:06:58 |
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) |