pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-actionpack32 Update www/ruby-actionpack32 to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aa5ca497f7d
branches:  trunk
changeset: 603132:8aa5ca497f7d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 29 13:00:28 2012 +0000

description:
Update www/ruby-actionpack32 to 3.3.2.

## Rails 3.2.3 (unreleased) ##

*   Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*

*   Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*

*   Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James 
Coleman*

*   Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to 
false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*

*   Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*

*   Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
    check that info. Closes #5245. *Santiago Pastorino*

*   Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*

*   Upgrade rack-cache to 1.2. *José Valim*

*   ActionController::SessionManagement is deprecated. *Santiago Pastorino*

*   Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default 
alias inspect to to_s. *José Valim*

*   Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*

*   Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu*

*   Fixes layout rendering regression from 3.2.2. *José Valim*

diffstat:

 www/ruby-actionpack32/distinfo |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (13 lines):

diff -r 4fda3ab5bbd5 -r 8aa5ca497f7d www/ruby-actionpack32/distinfo
--- a/www/ruby-actionpack32/distinfo    Sun Apr 29 12:59:34 2012 +0000
+++ b/www/ruby-actionpack32/distinfo    Sun Apr 29 13:00:28 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/03/18 06:47:55 taca Exp $
+$NetBSD: distinfo,v 1.2 2012/04/29 13:00:28 taca Exp $
 
-SHA1 (actionpack-3.2.2.gem) = 5f80d50d23a0f32bcd66a69e8d0f7c6ee78fc26b
-RMD160 (actionpack-3.2.2.gem) = d011c86e138dab2872c85bb7982e5cce477d4f59
-Size (actionpack-3.2.2.gem) = 375808 bytes
+SHA1 (actionpack-3.2.3.gem) = 06d51ebd0863e0075d9a3e89a2e48dcc262c4e0c
+RMD160 (actionpack-3.2.3.gem) = dd29352eaf9abd9461e92472e47a71d413826784
+Size (actionpack-3.2.3.gem) = 377344 bytes



Home | Main Index | Thread Index | Old Index