./devel/ruby-railties31, Tools for creating, working with, and running Rails 3.1

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


Branch: pkgsrc-2012Q4, Version: 3.1.11, Package name: ruby193-railties-3.1.11, Maintainer: pkgsrc-users

= Railties -- Gluing the Engine to the Rails

Railties is responsible to glue all frameworks together. Overall, it:

* handles all the bootstrapping process for a Rails application;

* manager rails command line interface;

* provides Rails generators core;


Required to run:
[devel/ruby-thor] [lang/ruby193-base] [www/ruby-rack-ssl] [www/ruby-actionpack31]

Master sites:

SHA1: 48cc801bdb7c31c4b6939235a60ef3e5008f5dbb
RMD160: 1bd6ec3c6e668b2e3c3e605bde22278f4ce0f823
Filesize: 1476 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-15 12:23:45 by Matthias Scheler | Files touched by this commit (9) | Package updated
Log message:
Pullup ticket #4071 - requested by taca
databases/ruby-activerecord31: security update
devel/ruby-activemodel31: security update
devel/ruby-activesupport31: security update
devel/ruby-railties31: security update
mail/ruby-actionmailer31: security update
www/ruby-actionpack31: security update
www/ruby-activeresource31: security update
www/ruby-rails31: security update

Revisions pulled up:
- databases/ruby-activerecord31/distinfo                        1.9
- devel/ruby-activemodel31/distinfo                             1.9
- devel/ruby-activesupport31/distinfo                           1.10
- devel/ruby-railties31/Makefile                                1.6
- devel/ruby-railties31/distinfo                                1.9
- lang/ruby/rails.mk                                            1.39
- mail/ruby-actionmailer31/distinfo                             1.9
- www/ruby-actionpack31/distinfo                                1.10
- www/ruby-activeresource31/distinfo                            1.9
- www/ruby-rails31/distinfo                                     1.9

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:16:07 UTC 2013

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

   Log message:
   Start update of Ruby on Rails 3.1.11.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:17:07 UTC 2013

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

   Log message:
   Update ruby-activesupport31 to 3.1.11.

   ## Rails 3.1.11 (unreleased) ##

   * Allow `multi_json` version `>= 1.3`, relaxing back to semantic versioning
     2.0.0 (revert of #5861)
     Backport of #5896

     *Alex Riedler*

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:18:08 UTC 2013

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

   Log message:
   Update ruby-activemodel31 to 3.1.11.

   Change of version only.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:19:10 UTC 2013

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

   Log message:
   Update ruby-activeresource31 to 3.1.11.

   Change of version only.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:21:05 UTC 2013

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

   Log message:
   Update ruby-activerecord31 to 3.1.11.

   ## Rails 3.1.11 (unreleased) ##

   *   Quote numeric values being compared to non-numeric columns. Otherwise,
       in some database, the string column values will be coerced to a numeric
       allowing 0, 0.0 or false to match any string starting with a non-digit.

       Example:

           App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0'

       *Dylan Smith*

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:22:03 UTC 2013

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

   Log message:
   Update ruby-actionpack31 to 3.1.11.

   ## Rails 3.1.11 (unreleased)

   * Fixed JSON params parsing regression for non-object JSON content.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:22:43 UTC 2013

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

   Log message:
   Update ruby-actionmailer331 to 3.1.11.

   Change of version only.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:23:36 UTC 2013

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

   Log message:
   Update ruby-railties31 to 3.1.11.

   Change of version only.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Tue Feb 12 14:24:13 UTC 2013

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

   Log message:
   Update of ruby-rails31 to 3.1.11.

   Change of version only.
   2013-01-18 16:08:39 by Matthias Scheler | Files touched by this commit (9) | Package updated
Log message:
Pullup ticket #4024 - requested by taca
databases/ruby-activerecord31: security update
devel/ruby-activemodel31: security update
devel/ruby-activesupport31: security update
devel/ruby-railties31: security update
mail/ruby-actionmailer31: security update
www/ruby-actionpack31: security update
www/ruby-activeresource31: security update
www/ruby-rails31: security update

Revisions pulled up:
- databases/ruby-activerecord31/distinfo                        1.8
- devel/ruby-activemodel31/distinfo                             1.8
- devel/ruby-activesupport31/distinfo                           1.9
- devel/ruby-railties31/distinfo                                1.8
- lang/ruby/rails.mk                                            1.36
- mail/ruby-actionmailer31/distinfo                             1.8
- www/ruby-actionpack31/distinfo                                1.9
- www/ruby-activeresource31/distinfo                            1.8
- www/ruby-rails31/distinfo                                     1.8

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:33:28 UTC 2013

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

   Log message:
   Start update of Ruby on Rails 3.1.10.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:34:08 UTC 2013

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

   Log message:
   Update ruby-activesupport31 to 3.1.10.

   ## Rails 3.1.10 (Jan 8, 2012) ##

   *   Hash.from_xml raises when it encounters type="symbol" or \ 
type="yaml".
       Use Hash.from_trusted_xml to parse this XML.

       CVE-2013-0156

       *Jeremy Kemper*

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:34:55 UTC 2013

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

   Log message:
   Update ruby-activemodel31 to 3.1.10.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:35:24 UTC 2013

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

   Log message:
   Update ruby-activeresource31 to 3.1.10.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:36:36 UTC 2013

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

   Log message:
   Update ruby-activerecord31 to 3.1.10.

   ## Rails 3.1.10

   *   Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:37:05 UTC 2013

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

   Log message:
   Update ruby-actionpack31 to 3.1.10.

   ## Rails 3.1.10

   * Strip nils from collections on JSON and XML posts. [CVE-2013-0155]

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:37:52 UTC 2013

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

   Log message:
   Update ruby-actionpack31 to 3.1.10.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:38:11 UTC 2013

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

   Log message:
   Update ruby-railties31 to 3.1.10.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Wed Jan  9 12:38:29 UTC 2013

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

   Log message:
   Update ruby-rails31 to 3.1.10.

   Only version has updated.
   2013-01-18 14:22:49 by Matthias Scheler | Files touched by this commit (10) | Package updated
Log message:
Pullup ticket #4020 - requested by taca
databases/ruby-activerecord31: security update
devel/ruby-activemodel31: security update
devel/ruby-activesupport31: security update
devel/ruby-railties31: security update
mail/ruby-actionmailer31: security update
www/ruby-actionpack31: security update
www/ruby-activeresource31: security update
www/ruby-rails31: security update

Revisions pulled up:
- databases/ruby-activerecord31/distinfo                        1.7
- devel/ruby-activemodel31/distinfo                             1.7
- devel/ruby-activesupport31/distinfo                           1.8
- devel/ruby-railties31/PLIST                                   1.3
- devel/ruby-railties31/distinfo                                1.7
- lang/ruby/rails.mk                                            1.33
- mail/ruby-actionmailer31/distinfo                             1.7
- www/ruby-actionpack31/distinfo                                1.8
- www/ruby-activeresource31/distinfo                            1.7
- www/ruby-rails31/distinfo                                     1.7

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 13:57:10 UTC 2013

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

   Log message:
   Start update of Ruby on Rails 3.1.9.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 13:57:50 UTC 2013

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

   Log message:
   Update ruby-activesupport31 to 3.1.9.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 13:58:23 UTC 2013

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

   Log message:
   Update ruby-activemodel31 to 3.1.9.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 13:58:57 UTC 2013

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

   Log message:
   Update ruby-activeresource31 to 3.1.9.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 13:59:40 UTC 2013

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

   Log message:
   Update ruby-activerecord31 to 3.1.9.

   ## Rails 3.1.9

   *  CVE-2012-5664 ensure that options are never taken from the first parameter.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 14:00:19 UTC 2013

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

   Log message:
   Update ruby-actionpack31 to 3.1.9.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 14:00:49 UTC 2013

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

   Log message:
   Update ruby-actionmailer31 to 3.1.9.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 14:01:33 UTC 2013

   Modified Files:
   	pkgsrc/devel/ruby-railties31: PLIST distinfo

   Log message:
   Update ruby-railties31 to 3.1.9.

   Only version has updated.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Jan  5 14:02:04 UTC 2013

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

   Log message:
   Update ruby-rails31 to 3.1.9.

   Only version has updated.