Skip to content

Commit

Permalink
Preparing for 5.2.1.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jul 30, 2018
1 parent f1107ac commit 90c0339
Show file tree
Hide file tree
Showing 27 changed files with 132 additions and 64 deletions.
74 changes: 37 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,63 +26,63 @@ GIT
PATH
remote: .
specs:
actioncable (5.2.0)
actionpack (= 5.2.0)
actioncable (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.0)
actionpack (= 5.2.0)
actionview (= 5.2.0)
activejob (= 5.2.0)
actionmailer (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
actionview (= 5.2.1.rc1)
activejob (= 5.2.1.rc1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.0)
actionview (= 5.2.0)
activesupport (= 5.2.0)
actionpack (5.2.1.rc1)
actionview (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.0)
activesupport (= 5.2.0)
actionview (5.2.1.rc1)
activesupport (= 5.2.1.rc1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.0)
activesupport (= 5.2.0)
activejob (5.2.1.rc1)
activesupport (= 5.2.1.rc1)
globalid (>= 0.3.6)
activemodel (5.2.0)
activesupport (= 5.2.0)
activerecord (5.2.0)
activemodel (= 5.2.0)
activesupport (= 5.2.0)
activemodel (5.2.1.rc1)
activesupport (= 5.2.1.rc1)
activerecord (5.2.1.rc1)
activemodel (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
arel (>= 9.0)
activestorage (5.2.0)
actionpack (= 5.2.0)
activerecord (= 5.2.0)
activestorage (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
activerecord (= 5.2.1.rc1)
marcel (~> 0.3.1)
activesupport (5.2.0)
activesupport (5.2.1.rc1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
rails (5.2.0)
actioncable (= 5.2.0)
actionmailer (= 5.2.0)
actionpack (= 5.2.0)
actionview (= 5.2.0)
activejob (= 5.2.0)
activemodel (= 5.2.0)
activerecord (= 5.2.0)
activestorage (= 5.2.0)
activesupport (= 5.2.0)
rails (5.2.1.rc1)
actioncable (= 5.2.1.rc1)
actionmailer (= 5.2.1.rc1)
actionpack (= 5.2.1.rc1)
actionview (= 5.2.1.rc1)
activejob (= 5.2.1.rc1)
activemodel (= 5.2.1.rc1)
activerecord (= 5.2.1.rc1)
activestorage (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
bundler (>= 1.3.0)
railties (= 5.2.0)
railties (= 5.2.1.rc1)
sprockets-rails (>= 2.0.0)
railties (5.2.0)
actionpack (= 5.2.0)
activesupport (= 5.2.0)
railties (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
Expand Down Expand Up @@ -564,4 +564,4 @@ DEPENDENCIES
websocket-client-simple!

BUNDLED WITH
1.16.1
1.16.3
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.2.1.rc1
5 changes: 5 additions & 0 deletions actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* No changes.


## Rails 5.2.0 (April 09, 2018) ##

* Removed deprecated evented redis adapter.
Expand Down
4 changes: 2 additions & 2 deletions actioncable/lib/action_cable/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actioncable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actioncable",
"version": "5.2.0",
"version": "5.2.1-rc1",
"description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Ensure mail gem is eager autoloaded when eager load is true to prevent thread deadlocks.

*Samuel Cochran*
Expand Down
4 changes: 2 additions & 2 deletions actionmailer/lib/action_mailer/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
17 changes: 17 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Prevent `?null=` being passed on JSON encoded test requests.

`RequestEncoder#encode_params` won't attempt to parse params if
Expand All @@ -9,6 +11,12 @@

*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:
Expand All @@ -21,6 +29,11 @@

*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.
Expand All @@ -35,6 +48,10 @@

*Stefan Wrobel*

* Fix system tests transactions not closed between examples.

*Sergey Tarasov*


## Rails 5.2.0 (April 09, 2018) ##

Expand Down
4 changes: 2 additions & 2 deletions actionpack/lib/action_pack/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
7 changes: 7 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Fix leak of `skip_default_ids` and `allow_method_names_outside_object` options
to HTML attributes.

*Yurii Cherniavskyi*

* Fix issue with `button_to`'s `to_form_params`

`button_to` was throwing exception when invoked with `params` hash that
Expand Down
4 changes: 2 additions & 2 deletions actionview/lib/action_view/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rails-ujs",
"version": "5.2.0",
"version": "5.2.1-rc1",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Pass the error instance as the second parameter of block executed by `discard_on`.

Fixes #32853.
Expand Down
4 changes: 2 additions & 2 deletions activejob/lib/active_job/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* No changes.


## Rails 5.2.0 (April 09, 2018) ##

* Do not lose all multiple `:includes` with options in serialization.
Expand Down
4 changes: 2 additions & 2 deletions activemodel/lib/active_model/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
8 changes: 7 additions & 1 deletion activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* PostgreSQL: Support new relkind for partitioned tables.

Fixes #33008.

*Yannick Schutz*

* Fix default value for mysql time types with specified precision.
* Rollback parent transaction when children fails to update.

*Guillaume Malette*

* Fix default value for MySQL time types with specified precision.

*Nikolay Kondratyev*

Expand Down
4 changes: 2 additions & 2 deletions activerecord/lib/active_record/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
6 changes: 6 additions & 0 deletions activestorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Fix direct upload with zero-byte files.

*George Claghorn*

* Exclude JSON root from `active_storage/direct_uploads#create` response.

*Javan Makhmali*
Expand Down
4 changes: 2 additions & 2 deletions activestorage/lib/active_storage/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activestorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activestorage",
"version": "5.2.0",
"version": "5.2.1-rc1",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Redis cache store: `delete_matched` no longer blocks the Redis server.
(Switches from evaled Lua to a batched SCAN + DEL loop.)

Expand All @@ -15,6 +17,11 @@

*Godfrey Chan*

* Fix `ActiveSupport::Cache#read_multi` bug with local cache enabled that was
returning instances of `ActiveSupport::Cache::Entry` instead of the raw values.

*Jasom Lee*


## Rails 5.2.0 (April 09, 2018) ##

Expand Down
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions guides/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* No changes.


## Rails 5.2.0 (April 09, 2018) ##

* Add "Active Storage Overview" Guide.
Expand Down
6 changes: 6 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Rails 5.2.1.rc1 (July 30, 2018) ##

* Respect `NODE_ENV` when running `rails yarn:install`.

*Max Melentiev*

* Don't generate unused files in `app:update` task

Skip the assets' initializer when sprockets isn't loaded.
Expand Down
4 changes: 2 additions & 2 deletions railties/lib/rails/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def self.gem_version
module VERSION
MAJOR = 5
MINOR = 2
TINY = 0
PRE = nil
TINY = 1
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
Loading

0 comments on commit 90c0339

Please sign in to comment.