Port details |
- rubygem-activerecord72 Object-relational mapping layer for Rails MVC Framework
- 7.2.2.1 databases
=0 7.2.2.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-09-18 06:21:24
- Last Update: 2024-12-25 19:16:52
- Commit Hash: dc3aad5
- 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-activerecord72>0:databases/rubygem-activerecord72
- To install the port:
- cd /usr/ports/databases/rubygem-activerecord72/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-activerecord72
- pkg install rubygem-activerecord72
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-activerecord72
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734888832
SHA256 (rubygem/activerecord-7.2.2.1.gem) = 79a31f71c32d5138717c2104e0ff105f5d82922247c85bdca144f2720e67fab9
SIZE (rubygem/activerecord-7.2.2.1.gem) = 545792
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-activemodel72>=7.2.2.1<7.2.2.1_99 : databases/rubygem-activemodel72
- rubygem-activesupport72>=7.2.2.1<7.2.2.1_99 : devel/rubygem-activesupport72
- rubygem-timeout>=0.4.0 : devel/rubygem-timeout
- 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-attr_json
- databases/rubygem-solid_cable-rails72
- databases/rubygem-solid_cache-rails72
- databases/rubygem-solid_queue-rails72
- lang/rubygem-ruby_language_server
- mail/rubygem-actionmailbox72
- net/rubygem-activestorage72
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-activerecord72
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.2.1 25 Dec 2024 19:16:52
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-activerecord72: Update to 7.2.2.1
Changes: https://github.com/rails/rails/releases |
7.2.2 21 Nov 2024 13:39:40
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-activerecord72: Update to 7.2.2
Changes: https://github.com/rails/rails/releases |
7.2.1.2 26 Oct 2024 23:29:04
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-activerecord72: Update to 7.2.1.2
Changes: https://github.com/rails/rails/releases |
7.2.1.1 22 Oct 2024 09:51:12
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-activerecord72: Update to 7.2.1.1
Changes: https://github.com/rails/rails/releases |
7.2.1 18 Sep 2024 06:13:00
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rubygem-activerecord72: Add rubygem-activerecord72 7.2.1
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: 5
|