Overview
Request 159883 accepted
- updated to version 3.2.13
* Fix incorrectly appended square brackets to a multiple select box
if an explicit name has been given and it already ends with "[]".
* Determine the controller#action from only the matched path when using the
shorthand syntax. Previously the complete path was used, which led
to problems with nesting (scopes and namespaces).
Fixes #7554.
* Fix `assert_template` with `render :stream => true`.
Fix #1743.
* Eagerly populate the http method loookup cache so local project inflections do
not interfere with use of underscore method ( and we don't need locks )
* `BestStandardsSupport` no longer duplicates `X-UA-Compatible` values on
each request to prevent header size from blowing up.
* Fixed JSON params parsing regression for non-object JSON content.
* Prevent unnecessary asset compilation when using `javascript_include_tag` on
files with non-standard extensions.
* Fixes issue where duplicate assets can be required with sprockets.
Request History
coolo created request
- updated to version 3.2.13
* Fix incorrectly appended square brackets to a multiple select box
if an explicit name has been given and it already ends with "[]".
* Determine the controller#action from only the matched path when using the
shorthand syntax. Previously the complete path was used, which led
to problems with nesting (scopes and namespaces).
Fixes #7554.
* Fix `assert_template` with `render :stream => true`.
Fix #1743.
* Eagerly populate the http method loookup cache so local project inflections do
not interfere with use of underscore method ( and we don't need locks )
* `BestStandardsSupport` no longer duplicates `X-UA-Compatible` values on
each request to prevent header size from blowing up.
* Fixed JSON params parsing regression for non-object JSON content.
* Prevent unnecessary asset compilation when using `javascript_include_tag` on
files with non-standard extensions.
* Fixes issue where duplicate assets can be required with sprockets.
licensedigger accepted review
{"approve": "preliminary, version number changed"}
factory-auto added a reviewer
please make sure to wait before these depencencies are in openSUSE:Factory: rubygem-actionpack-3_2:rubygem(1.9.1:activesupport) = 3.2.13
factory-auto added a reviewer
Please review sources
factory-auto accepted review
Builds for repo openSUSE_Factory
saschpe approved review
saschpe accepted review
coolo accepted request
checkin