NOTICE: This package has been removed from pkgsrc

./devel/ruby-activejob51, Job classes that can be run by a variety of queueing backends

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.1.7, Package name: ruby26-activejob51-5.1.7, Maintainer: minskim

Active Job is a framework for declaring jobs and making them run on a
variety of queueing 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, really.

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 of 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.

This is for Ruby on Rails 5.1.


Required to run:
[devel/ruby-globalid] [devel/ruby-activesupport51] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 9e9ac3c56f0c2177c5ce25c7e9889d6ae44964e2
RMD160: a65bce8c2f4bb5fec5031e418b0ee06351d56519
Filesize: 25.5 KB

Version history: (Expand)


CVS history: (Expand)


   2020-09-10 18:46:24 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
devel/ruby-activejob51: remove package

Remove ruby-activejob51 (Ruby on Rails 5.1.*) package which is EOL.
   2020-03-20 16:26:27 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-activejob51: update to 5.1.7

Update ruby-activejob51 to 5.1.7.

pkgsrc change: add "USE_LANGAUGES=	# none".

* No change except version.
   2019-04-14 12:21:41 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activejob51: update to 5.1.6.2

## Rails 5.1.6.2 (March 11, 2019) ##

*   No changes.
   2018-11-29 15:15:16 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activejob51: update to 5.1.6.1

## Rails 5.1.6.1 (November 27, 2018) ##

*   Do not deserialize GlobalID objects that were not generated by Active Job.

    Trusting any GlobaID object when deserializing jobs can allow attackers to access
    information that should not be accessible to them.

    Fix CVE-2018-16476.

    *Rafael Mendonça França*
   2018-09-23 20:33:22 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activejob51: update to 5.1.6

No change except version.

## Rails 5.1.6 (March 29, 2018) ##

*   No changes.
   2018-03-21 10:50:44 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-activejob51: add version 5.1.5 package

Active Job is a framework for declaring jobs and making them run on a
variety of queueing 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, really.

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 of 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.

This is for Ruby on Rails 5.1.