Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-actionpack32
From: Takahiro Kambe
Date: 2012-06-13 17:15:59
Message id: 20120613151559.87C43175DD@cvs.netbsd.org
Log Message:
Update www/ruby-actionpack32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012) ##
* nil is removed from array parameter values
CVE-2012-2694
* Deprecate `:confirm` in favor of `':data => { :confirm => \
"Text" }'` option
for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and
`submit_tag` helpers.
*Carlos Galdino*
* Allow to use mounted_helpers (helpers for accessing mounted engines) in
ActionView::TestCase. *Piotr Sarnacki*
* Include mounted_helpers (helpers for accessing mounted engines) in
ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*
Files: