Port details |
- rubygem-activejob80 Declare job classes that can be run by a variety of queuing backends
- 8.0.1 devel
=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:18
- Last Update: 2025-01-02 16:28:02
- Commit Hash: 31653a3
- 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-activejob80>0:devel/rubygem-activejob80
- To install the port:
- cd /usr/ports/devel/rubygem-activejob80/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-activejob80
- pkg install rubygem-activejob80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-activejob80
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735802474
SHA256 (rubygem/activejob-8.0.1.gem) = 95acd9a32d498d3a458efbb317f6191fb678758cde0ebb6c68f0b25e0fe3477f
SIZE (rubygem/activejob-8.0.1.gem) = 35840
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-activesupport80>=8.0.1<8.0.1_99 : devel/rubygem-activesupport80
- rubygem-globalid-rails80>=0.3.6 : databases/rubygem-globalid-rails80
- 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
- databases/rubygem-solid_cache
- databases/rubygem-solid_queue
- mail/rubygem-actionmailbox80
- mail/rubygem-actionmailer80
- net/rubygem-activestorage80
- www/rubygem-rails80
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-activejob80
- USES:
- cpe 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:02 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-activejob80: Add rubygem-activejob80 8.0.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: 1
|