Port details |
- rubygem-activerecord61 Object-relational mapping layer for Rails MVC Framework
- 6.1.7.10 databases =2 6.1.7.8Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2021-01-10 09:14:30
- Last Update: 2024-10-26 23:27:39
- Commit Hash: 25f4013
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/rails/tree/main/activerecord
- https://rubyonrails.org/
- Description:
- Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In the context of an application,
these classes are commonly referred to as models. Models can also be connected
to other models; this is done by defining associations.
Active Record relies heavily on naming in that it uses class and association
names to establish mappings between respective database tables and foreign key
columns. Although these mappings can be defined explicitly, it's recommended to
follow naming conventions, especially when getting started with the library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-activerecord61>0:databases/rubygem-activerecord61
- To install the port:
- cd /usr/ports/databases/rubygem-activerecord61/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-activerecord61
- pkg install rubygem-activerecord61
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-activerecord61
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729927077
SHA256 (rubygem/activerecord-6.1.7.10.gem) = db1719ef443a5437badcaa1d0fb5da7db985988fb69cc37085ca6bcc569fb31a
SIZE (rubygem/activerecord-6.1.7.10.gem) = 434176
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-activemodel61>=6.1.7.10<6.1.7.10_99 : databases/rubygem-activemodel61
- rubygem-activesupport61>=6.1.7.10<6.1.7.10_99 : devel/rubygem-activesupport61
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/rubygem-activerecord-session_store
- databases/rubygem-scenic61
- devel/rubygem-makara61
- devel/rubygem-ransack
- devel/rubygem-strong_migrations61
- devel/rubygem-with_advisory_lock61
- mail/rubygem-actionmailbox61
-
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:
- No options to configure
- Options name:
- databases_rubygem-activerecord61
- USES:
- 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 |
6.1.7.10 26 Oct 2024 23:27:39 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.10
Changes: https://github.com/rails/rails/releases |
6.1.7.9 22 Oct 2024 09:49:48 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.9
Changes: https://github.com/rails/rails/releases |
6.1.7.8 06 Jun 2024 07:48:15 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.8
Changes: https://github.com/rails/rails/releases |
6.1.7.7 09 Mar 2024 14:06:54 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.7
Changes: https://github.com/rails/rails/releases |
6.1.7.6 26 Aug 2023 09:28:16 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.6
Changes: https://github.com/rails/rails/releases |
6.1.7.4 09 Jul 2023 10:27:03 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.4
Changes: https://github.com/rails/rails/releases |
6.1.7.3 05 Apr 2023 17:31:34 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.3
Changes: https://github.com/rails/rails/releases |
6.1.7.2 05 Feb 2023 15:49:57 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7.2
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-44566, CVE-2023-22794 |
6.1.7 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 |
6.1.7 30 Dec 2022 09:05:50 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.7
- Update WWW and clean up pkg-descr
Changes: https://github.com/rails/rails/releases |
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) |
6.1.6.1 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 ) |
6.1.6.1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
6.1.6.1 18 Jul 2022 12:40:09 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.6.1
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-32224 |
6.1.6 13 May 2022 11:39:57 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.6
Changes: https://github.com/rails/rails/releases |
6.1.5.1 30 Apr 2022 16:00:19 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.5.1
Changes: https://github.com/rails/rails/releases |
6.1.4.7 25 Mar 2022 13:37:48 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.4.7
Changes: https://github.com/rails/rails/releases |
6.1.4.6 07 Mar 2022 18:13:11 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.4.6
Changes: https://github.com/rails/rails/releases |
6.1.4.4 11 Jan 2022 18:47:19 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.4.4
- Update WWW
Changes: https://github.com/rails/rails/releases |
6.1.4.1 27 Sep 2021 15:56:20 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.4.1
Changes: https://github.com/rails/rails/releases |
6.1.3.2 07 May 2021 09:39:37 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.3.2
Changes: https://github.com/rails/rails/releases |
6.1.3.1 18 Apr 2021 05:48:44 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord61: Update to 6.1.3.1
Changes: https://github.com/rails/rails/releases |
6.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.1.3 03 Mar 2021 18:17:04 |
sunpoet |
Update to 6.1.3
Changes: https://github.com/rails/rails/releases |
6.1.2 17 Feb 2021 18:27:53 |
sunpoet |
Update to 6.1.2
Changes: https://github.com/rails/rails/releases
Security: 8e670b85-706e-11eb-abb2-08002728f74c |
6.1.1 10 Jan 2021 23:15:42 |
sunpoet |
Update to 6.1.1
Changes: https://github.com/rails/rails/blob/6-1-stable/activerecord/CHANGELOG.md |
6.1.0 10 Jan 2021 08:50:15 |
sunpoet |
Add rubygem-activerecord61 6.1.0 (copied from rubygem-activerecord60) |