SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-actionpack-doc-5.2-5.2.1.1-1.1.x86_64.rpm :
Mon Dec 3 13:00:00 2018 mschnitzerAATTsuse.com
- updated to version 5.2.1.1 (boo#1118076)

* No changes / Just a version bump to match with Rails 5.2.1.1

Wed Aug 8 14:00:00 2018 mschnitzerAATTsuse.com
- updated to version 5.2.1 (boo#1104209)

* Prevent `?null=` being passed on JSON encoded test requests.
`RequestEncoder#encode_params` won\'t attempt to parse params if
there are none.
So call like this will no longer append a `?null=` query param.
get foos_url, as: :json
(Alireza Bashiri)

* Ensure `ActionController::Parameters#transform_values` and
`ActionController::Parameters#transform_values!` converts hashes into
parameters.
(Kevin Sjöberg)

* Fix strong parameters `permit!` with nested arrays.
Given:
```
params = ActionController::Parameters.new(nested_arrays: [[{ x: 2, y: 3 }, { x: 21, y: 42 }]])
params.permit!
```
`params[:nested_arrays][0][0].permitted?` will now return `true` instead of `false`.
(Steve Hull)

* Reset `RAW_POST_DATA` and `CONTENT_LENGTH` request environment between test requests in
`ActionController::TestCase` subclasses.
(Eugene Kenny)

* Output only one Content-Security-Policy nonce header value per request.
Fixes #32597.
(Andrey Novikov, Andrew White)

* Only disable GPUs for headless Chrome on Windows.
It is not necessary anymore for Linux and macOS machines.
https://bugs.chromium.org/p/chromium/issues/detail?id=737678#c1
(Stefan Wrobel)

* Fix system tests transactions not closed between examples.
(Sergey Tarasov)

Mon Apr 16 14:00:00 2018 mschnitzerAATTsuse.com
- initialize package
see changelog: https://github.com/rails/rails/blob/v5.2.0/actionpack/CHANGELOG.md


 
ICM