Port details |
- rubygem-activerecord80 Object-relational mapping layer for Rails MVC Framework
- 8.0.1 databases =0 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
- Port Added: 2025-01-02 16:33:14
- Last Update: 2025-01-02 16:28:00
- Commit Hash: 8e6d376
- 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-activerecord80>0:databases/rubygem-activerecord80
- To install the port:
- cd /usr/ports/databases/rubygem-activerecord80/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-activerecord80
- pkg install rubygem-activerecord80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-activerecord80
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735802470
SHA256 (rubygem/activerecord-8.0.1.gem) = 34a7f0610660bb704f0363025d4b8d35ffe8ddc8f5b8147e0809171f724b5306
SIZE (rubygem/activerecord-8.0.1.gem) = 543232
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-activemodel80>=8.0.1<8.0.1_99 : databases/rubygem-activemodel80
- rubygem-activesupport80>=8.0.1<8.0.1_99 : devel/rubygem-activesupport80
- 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-paranoia
- databases/rubygem-solid_cable
- databases/rubygem-solid_cache
- databases/rubygem-solid_queue
- devel/rubygem-default_value_for
- mail/rubygem-actionmailbox80
- net/rubygem-activestorage80
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-activerecord80
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0.1 02 Jan 2025 16:28:00 |
Po-Chuan Hsieh (sunpoet) |
databases/rubygem-activerecord80: Add rubygem-activerecord80 8.0.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: 1
|