NOTICE: This package has been removed from pkgsrc

./www/ruby-actionpack32, Toolkit for building modeling frameworks (part of Rails 3.2)

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


Branch: CURRENT, Version: 3.2.22.5, Package name: ruby24-actionpack32-3.2.22.5, Maintainer: pkgsrc-users

Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.


Required to run:
[www/ruby-rack-test] [www/ruby-erubis] [www/ruby-rack-cache] [devel/ruby-activemodel32] [www/ruby-journey] [misc/ruby-sprockets22] [www/ruby-rack14] [lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 11e1c37bab3235117ce4a0ae02d35a346c5a6c2b
RMD160: 8db0cf44cd0d3a81ed28e9c80ae19062ca818634
Filesize: 285 KB

Version history: (Expand)


CVS history: (Expand)


   2019-03-03 16:59:57 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
www/ruby-actionpack32:: remove package

Remove ruby-actionpack32, a part of Ruby on Rails 3.2 packages which is
already EOL.
   2019-03-03 15:38:12 by Takahiro Kambe | Files touched by this commit (1)
Log message:
www/ruby-actionpack32: depends on ruby-rack-test06

Change dependency from ruby-rack-test to ruby-rack-test06.
   2018-03-18 15:21:22 by Takahiro Kambe | Files touched by this commit (37)
Log message:
lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED

Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
   2017-07-18 16:06:28 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-actionpack32 to 3.2.22.5.

* Add missing require to files
* Remove dead code and ensure values are strings before calling gsub
* Fix failing tests on 3-2-stable branch
   2017-06-21 15:12:21 by Takahiro Kambe | Files touched by this commit (19) | Package updated
Log message:
Switch most of Ruby on Rails related packages to updated frame work.
   2017-03-13 10:42:24 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Adjust depending pacakge name to ruby-builder30.

Bump PKGREVISION.
   2017-02-19 03:13:33 by Min Sik Kim | Files touched by this commit (2)
Log message:
Make Rails 3.2 packages use ruby-builder in textproc/ruby-builder30
   2016-08-21 07:58:46 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-actionpack32 to 3.2.22.4.

Fix CVE-2016-6316, XSS vulnerability in Action View.