Port details on branch 2023Q3 |
- rubygem-activerecord60 Object-relational mapping layer for Rails MVC Framework
- 6.0.6.1 databases
=2 6.0.6.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-02-05 18:40:24
- Last Update: 2023-02-05 15:49:54
- Commit Hash: 556527e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-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-activerecord60>0:databases/rubygem-activerecord60
- To install the port:
- cd /usr/ports/databases/rubygem-activerecord60/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-activerecord60
- pkg install rubygem-activerecord60
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-activerecord60
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675191911
SHA256 (rubygem/activerecord-6.0.6.1.gem) = be387b7c8997ea5373d42bf56d2789914a742b67357701677d769ce8a31ba139
SIZE (rubygem/activerecord-6.0.6.1.gem) = 412160
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:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activemodel60>=6.0.6.1<6.0.6.1_99 : databases/rubygem-activemodel60
- rubygem-activesupport60>=6.0.6.1<6.0.6.1_99 : devel/rubygem-activesupport60
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/rubygem-state_machines-activerecord
- databases/rubygem-state_machines-activerecord08
- dns/rubygem-validates_hostname
- mail/rubygem-actionmailbox60
- net/rubygem-activestorage60
- textproc/rubygem-actiontext60
- www/rubygem-kaminari-activerecord-rails60
-
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-activerecord60
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|