Port details |
- rubygem-activejob72 Declare job classes that can be run by a variety of queuing backends
- 7.2.2.1 devel =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:29
- Last Update: 2024-12-25 19:16:52
- Commit Hash: 38fb83a
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/rails/rails/tree/main/activejob
- https://rubyonrails.org/
- Description:
- Active Job is a framework for declaring jobs and making them run on a variety of
queuing backends. These jobs can be everything from regularly scheduled
clean-ups, to billing charges, to mailings -- anything that can be chopped up
into small units of work and run in parallel.
It also serves as the backend for Action Mailer's #deliver_later functionality
that makes it easy to turn any mailing into a job for running later. That's one
of the most common jobs in a modern web application: sending emails outside the
request-response cycle, so the user doesn't have to wait on it.
The main point is to ensure that all Rails apps will have a job infrastructure
in place, even if it's in the form of an "immediate runner". We can then have
framework features and other gems build on top of that, without having to worry
about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-activejob72>0:devel/rubygem-activejob72
- To install the port:
- cd /usr/ports/devel/rubygem-activejob72/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-activejob72
- pkg install rubygem-activejob72
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-activejob72
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734888836
SHA256 (rubygem/activejob-7.2.2.1.gem) = f2f95a8573b394aa4f7c24843f0c4a6065c073a5c64d6f15ecd98d98c2c23e5b
SIZE (rubygem/activejob-7.2.2.1.gem) = 36352
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-activesupport72>=7.2.2.1<7.2.2.1_99 : devel/rubygem-activesupport72
- rubygem-globalid-rails72>=0.3.6 : databases/rubygem-globalid-rails72
- 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-solid_cable-rails72
- databases/rubygem-solid_cache-rails72
- databases/rubygem-solid_queue-rails72
- mail/rubygem-actionmailbox72
- mail/rubygem-actionmailer72
- net/rubygem-activestorage72
- www/rubygem-rails72
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-activejob72
- USES:
- cpe 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) |
devel/rubygem-activejob72: 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) |
devel/rubygem-activejob72: Update to 7.2.2
Changes: https://github.com/rails/rails/releases |
7.2.1.2 26 Oct 2024 23:29:06 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-activejob72: Update to 7.2.1.2
Changes: https://github.com/rails/rails/releases |
7.2.1.1 22 Oct 2024 09:51:15 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-activejob72: Update to 7.2.1.1
Changes: https://github.com/rails/rails/releases |
7.2.1 18 Sep 2024 06:13:01 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-activejob72: Add rubygem-activejob72 7.2.1
Active Job is a framework for declaring jobs and making them run on a variety of
queuing backends. These jobs can be everything from regularly scheduled
clean-ups, to billing charges, to mailings -- anything that can be chopped up
into small units of work and run in parallel.
It also serves as the backend for Action Mailer's #deliver_later functionality
that makes it easy to turn any mailing into a job for running later. That's one
of the most common jobs in a modern web application: sending emails outside the
request-response cycle, so the user doesn't have to wait on it.
The main point is to ensure that all Rails apps will have a job infrastructure
in place, even if it's in the form of an "immediate runner". We can then have
framework features and other gems build on top of that, without having to worry
about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs. |
Number of commits found: 5
|