notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
rubygem-activerecord81 Object-relational mapping layer for Rails MVC Framework
8.1.0 databasesnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-11-17 21:09:09
Last Update: 2025-11-17 21:06:45
Commit Hash: ffad4e7
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-activerecord81-8.1.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-activerecord81-8.1.0/LICENSE
  3. /usr/local/share/licenses/rubygem-activerecord81-8.1.0/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rubygem-activerecord81>0:databases/rubygem-activerecord81
To install the port:
cd /usr/ports/databases/rubygem-activerecord81/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/rubygem-activerecord81
  • pkg install rubygem-activerecord81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-activerecord81
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1762526250 SHA256 (rubygem/activerecord-8.1.0.gem) = cacfc779cc551444543ebc6021831676c185da336979606e7478d03a18d23288 SIZE (rubygem/activerecord-8.1.0.gem) = 566784

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-activemodel81>=8.1.0<8.1.0_99 : databases/rubygem-activemodel81
  2. rubygem-activesupport81>=8.1.0<8.1.0_99 : devel/rubygem-activesupport81
  3. rubygem-timeout>=0.4.0 : devel/rubygem-timeout
  4. ruby33 : lang/ruby33
  5. gem : devel/ruby-gems
Patch dependencies:
  1. ruby33 : lang/ruby33
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby33 : lang/ruby33
This port is required by:
for Run
  1. databases/rubygem-solid_cable
  2. databases/rubygem-solid_cache
  3. databases/rubygem-solid_queue
  4. mail/rubygem-actionmailbox81
  5. net/rubygem-activestorage81
  6. textproc/rubygem-actiontext81
  7. www/rubygem-rails81

Configuration Options:
No options to configure
Options name:
databases_rubygem-activerecord81
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.1.0
17 Nov 2025 21:06:45
commit hash: ffad4e7c5e4d2c75f59697769ad235a1e9e11c92commit hash: ffad4e7c5e4d2c75f59697769ad235a1e9e11c92commit hash: ffad4e7c5e4d2c75f59697769ad235a1e9e11c92commit hash: ffad4e7c5e4d2c75f59697769ad235a1e9e11c92 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-activerecord81: Add rubygem-activerecord81 8.1.0

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.

Number of commits found: 1