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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q1, Version: 4.2.11.1, Package name: ruby24-activejob42-4.2.11.1, 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.


Required to run:
[lang/ruby24-base] [devel/ruby-globalid] [devel/ruby-activesupport42]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 0f382c334aecddb61d7b710aa35d83a4c23c77df
RMD160: 920249d1aafdf410cf18a770a0eaa9c23b121a62
Filesize: 19 KB

Version history: (Expand)


CVS history: (Expand)


   2019-05-05 17:49:21 by Benny Siegert | Files touched by this commit (13) | Package updated
Log message:
Pullup ticket #5952 - requested by taca
www/ruby-rails42: security fix

Revisions pulled up:
- databases/ruby-activerecord42/distinfo                        1.4
- devel/ruby-activejob42/distinfo                               1.4
- devel/ruby-activemodel42/distinfo                             1.4
- devel/ruby-activesupport42/Makefile                           1.7
- devel/ruby-activesupport42/distinfo                           1.4
- devel/ruby-railties42/distinfo                                1.4
- lang/ruby/rails.mk                                            1.75
- mail/ruby-actionmailer42/distinfo                             1.4
- www/ruby-actionpack42/Makefile                                1.8
- www/ruby-actionpack42/distinfo                                1.4
- www/ruby-actionview42/distinfo                                1.4
- www/ruby-rails42/Makefile                                     1.8
- www/ruby-rails42/distinfo                                     1.4

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:10:49 UTC 2019

   Modified Files:
   	pkgsrc/lang/ruby: rails.mk

   Log message:
   lang/ruby: start update rails42 to 4.2.11

   Start update of ruby-rails42.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:11:22 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-activesupport42: Makefile distinfo

   Log message:
   devel/ruby-activesupport42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:11:56 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-activejob42: distinfo

   Log message:
   devel/ruby-activejob42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:12:26 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-activemodel42: distinfo

   Log message:
   devel/ruby-activemodel42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:13:03 UTC 2019

   Modified Files:
   	pkgsrc/databases/ruby-activerecord42: distinfo

   Log message:
   databases/ruby-activerecord42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:13:39 UTC 2019

   Modified Files:
   	pkgsrc/www/ruby-actionview42: distinfo

   Log message:
   www/ruby-actionview42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:14:25 UTC 2019

   Modified Files:
   	pkgsrc/www/ruby-actionpack42: Makefile distinfo

   Log message:
   www/ruby-actionpack42: update to 4.2.11.1

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

   * Fix [CVE-2019-5418] and [CVE-2019-5419].

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:14:57 UTC 2019

   Modified Files:
   	pkgsrc/mail/ruby-actionmailer42: distinfo

   Log message:
   mail/ruby-actionmailer42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:15:29 UTC 2019

   Modified Files:
   	pkgsrc/devel/ruby-railties42: distinfo

   Log message:
   devel/ruby-railties42: update to 4.2.11.1

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

   *   No changes.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 14 10:16:19 UTC 2019

   Modified Files:
   	pkgsrc/www/ruby-rails42: Makefile distinfo

   Log message:
   www/ruby-rails42: update to 4.2.11.1

   Update ruby-rails24 to 4.2.11.1; security fix of actionpack.