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

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


Branch: pkgsrc-2019Q1, Version: 5.1.6.2, Package name: ruby24-activejob51-5.1.6.2, 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:
[lang/ruby24-base] [devel/ruby-globalid] [devel/ruby-activesupport51]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 897cc8d97d4ca4986e4a8ad77517ce988fd1a25a
RMD160: 87ea838d27806f059e7a3fe52176ebf12a12081b
Filesize: 25.5 KB

Version history: (Expand)


CVS history: (Expand)


   2019-05-05 18:06:25 by Benny Siegert | Files touched by this commit (13) | Package updated
Log message:
Pullup ticket #5953 - requested by taca
www/ruby-rails51: security fix

Revisions pulled up:
- databases/ruby-activerecord51/distinfo                        1.4
- devel/ruby-activejob51/distinfo                               1.4
- devel/ruby-activemodel51/distinfo                             1.4
- devel/ruby-activesupport51/Makefile                           1.3
- devel/ruby-activesupport51/distinfo                           1.4
- devel/ruby-railties51/distinfo                                1.4
- lang/ruby/rails.mk                                            1.76
- mail/ruby-actionmailer51/distinfo                             1.4
- www/ruby-actioncable51/distinfo                               1.4
- www/ruby-actionpack51/distinfo                                1.4
- www/ruby-actionview51/distinfo                                1.4
- www/ruby-rails51/Makefile                                     1.4
- www/ruby-rails51/distinfo                                     1.4

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

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

   Log message:
   lang/ruby: start update rails51 to 5.1.6.2

   Start update of ruby-rails51.

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

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

   Log message:
   devel/ruby-activesupport51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   devel/ruby-activemodel51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   devel/ruby-activejob51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   www/ruby-actionview51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   www/ruby-actionpack51: update to 5.1.6.2

   www/ruby-actionpack51: Update to 5.1.6.2

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

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

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

   Log message:
   www/ruby-actioncable51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   databases/ruby-activerecord51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   mail/ruby-actionmailer51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   devel/ruby-railties51: update to 5.1.6.2

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

   *   No changes.

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

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

   Log message:
   www/ruby-rails51: update to 5.1.6.2

   Update to ruby-rails51 to 5.1.6.2; security fix of actionpack.