./databases/ruby-activerecord51, Object-relational mapper framework (part of Rails 5.1)

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


Branch: pkgsrc-2019Q1, Version: 5.1.6.2, Package name: ruby24-activerecord51-5.1.6.2, Maintainer: pkgsrc-users

= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

This is for Ruby on Rails 5.1.


Required to run:
[databases/ruby-arel80] [lang/ruby24-base] [devel/ruby-activesupport51] [devel/ruby-activemodel51]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b6ca6394c9255f3f759bccc0baad3bd5cbbfbc48
RMD160: 463a576de41a7fe976e9f94cf3b9b74c1e07c7b4
Filesize: 347 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.