summaryrefslogtreecommitdiff
path: root/www/ruby-actionpack32
diff options
context:
space:
mode:
authortaca <taca>2013-09-11 13:35:31 +0000
committertaca <taca>2013-09-11 13:35:31 +0000
commit37db20e57a45565bcd052470336d5304dfb791d5 (patch)
treec801382db849fc1ddec85693928a8e6a654c2ce8 /www/ruby-actionpack32
parentf7134c93e351e57071db145f1c7563fe82e59ad6 (diff)
downloadpkgsrc-37db20e57a45565bcd052470336d5304dfb791d5.tar.gz
Update ruby-actionpack32 to 3.2.14
* Merge `:action` from routing scope and assign endpoint if both `:controller` and `:action` are present. The endpoint assignment only occurs if there is no `:to` present in the options hash so should only affect routes using the shorthand syntax (i.e. endpoint is inferred from the the path). Fixes #9856 *Yves Senn*, *Andrew White* * Always escape the result of `link_to_unless` method. Before: link_to_unless(true, '<b>Showing</b>', 'github.com') # => "<b>Showing</b>" After: link_to_unless(true, '<b>Showing</b>', 'github.com') # => "&lt;b&gt;Showing&lt;/b&gt;" *dtaniwaki* * Use a case insensitive URI Regexp for #asset_path. This fix a problem where the same asset path using different case are generating different URIs. Before: image_tag("HTTP://google.com") # => "<img alt=\"Google\" src=\"/assets/HTTP://google.com\" />" image_tag("http://google.com") # => "<img alt=\"Google\" src=\"http://google.com\" />" After: image_tag("HTTP://google.com") # => "<img alt=\"Google\" src=\"HTTP://google.com\" />" image_tag("http://google.com") # => "<img alt=\"Google\" src=\"http://google.com\" />" *David Celis + Rafael Mendona Frana* * Fix explicit names on multiple file fields. If a file field tag has the multiple option, it is turned into an array field (appending `[]`), but if an explicit name is passed to `file_field` the `[]` is not appended. Fixes #9830. *Ryan McGeary*
Diffstat (limited to 'www/ruby-actionpack32')
-rw-r--r--www/ruby-actionpack32/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ruby-actionpack32/distinfo b/www/ruby-actionpack32/distinfo
index e1426cb052e..acb27eba28c 100644
--- a/www/ruby-actionpack32/distinfo
+++ b/www/ruby-actionpack32/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/03/19 16:13:26 taca Exp $
+$NetBSD: distinfo,v 1.12 2013/09/11 13:35:31 taca Exp $
-SHA1 (actionpack-3.2.13.gem) = a21166f7c364ff7825bf83f9757c33cc44fa0c00
-RMD160 (actionpack-3.2.13.gem) = cb5df7a429096021c1b75b62c44fb966f988dd40
-Size (actionpack-3.2.13.gem) = 289280 bytes
+SHA1 (actionpack-3.2.14.gem) = efcfc238115f7db57650dbab348d0b5192f98770
+RMD160 (actionpack-3.2.14.gem) = f605c40d90538b1ab38f88fe50da164d0310f5f7
+Size (actionpack-3.2.14.gem) = 291328 bytes