Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
89 additions
and 1,928 deletions.
- +41 −39 Gemfile.lock
- +1 −1 RAILS_VERSION
- +1 −32 actioncable/CHANGELOG.md
- +3 −3 actioncable/lib/action_cable/gem_version.rb
- +1 −1 actioncable/package.json
- +1 −31 actionmailer/CHANGELOG.md
- +3 −3 actionmailer/lib/action_mailer/gem_version.rb
- +1 −245 actionpack/CHANGELOG.md
- +3 −3 actionpack/lib/action_pack/gem_version.rb
- +1 −77 actionview/CHANGELOG.md
- +3 −3 actionview/lib/action_view/gem_version.rb
- +1 −1 actionview/package.json
- +1 −27 activejob/CHANGELOG.md
- +3 −3 activejob/lib/active_job/gem_version.rb
- +1 −65 activemodel/CHANGELOG.md
- +3 −3 activemodel/lib/active_model/gem_version.rb
- +1 −667 activerecord/CHANGELOG.md
- +3 −3 activerecord/lib/active_record/gem_version.rb
- +1 −33 activestorage/CHANGELOG.md
- +3 −3 activestorage/lib/active_storage/gem_version.rb
- +1 −1 activestorage/package.json
- +1 −505 activesupport/CHANGELOG.md
- +3 −3 activesupport/lib/active_support/gem_version.rb
- +1 −8 guides/CHANGELOG.md
- +1 −162 railties/CHANGELOG.md
- +3 −3 railties/lib/rails/gem_version.rb
- +3 −3 version.rb
@@ -1 +1 @@ | ||
5.2.0.beta2 | ||
6.0.0.alpha |
@@ -1,34 +1,3 @@ | ||
## Rails 5.2.0.beta2 (November 28, 2017) ## | ||
|
||
* No changes. | ||
|
||
|
||
## Rails 5.2.0.beta1 (November 27, 2017) ## | ||
|
||
* Removed deprecated evented redis adapter. | ||
|
||
*Rafael Mendonça França* | ||
|
||
* Support redis-rb 4.0. | ||
|
||
*Jeremy Daer* | ||
|
||
* Hash long stream identifiers when using PostgreSQL adapter. | ||
|
||
PostgreSQL has a limit on identifiers length (63 chars, [docs](https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS)). | ||
Provided fix minifies identifiers longer than 63 chars by hashing them with SHA1. | ||
|
||
Fixes #28751. | ||
|
||
*Vladimir Dementyev* | ||
|
||
* Action Cable's `redis` adapter allows for other common redis-rb options (`host`, `port`, `db`, `password`) in cable.yml. | ||
|
||
Previously, it accepts only a [redis:// url](https://www.iana.org/assignments/uri-schemes/prov/redis) as an option. | ||
While we can add all of these options to the `url` itself, it is not explicitly documented. This alternative setup | ||
is shown as the first example in the [Redis rubygem](https://github.com/redis/redis-rb#getting-started), which | ||
makes this set of options as sensible as using just the `url`. | ||
|
||
*Marc Rendl Ignacio* | ||
|
||
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actioncable/CHANGELOG.md) for previous changes. | ||
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/actioncable/CHANGELOG.md) for previous changes. |
@@ -1,33 +1,3 @@ | ||
* Bring back proc with arity of 1 in `ActionMailer::Base.default` proc | ||
since it was supported in Rails 5.0 but not deprecated. | ||
|
||
*Jimmy Bourassa* | ||
|
||
|
||
## Rails 5.2.0.beta2 (November 28, 2017) ## | ||
|
||
* No changes. | ||
|
||
|
||
## Rails 5.2.0.beta1 (November 27, 2017) ## | ||
|
||
* Add `assert_enqueued_email_with` test helper. | ||
|
||
assert_enqueued_email_with ContactMailer, :welcome do | ||
ContactMailer.welcome.deliver_later | ||
end | ||
|
||
*Mikkel Malmberg* | ||
|
||
* Allow Action Mailer classes to configure their delivery job. | ||
|
||
class MyMailer < ApplicationMailer | ||
self.delivery_job = MyCustomDeliveryJob | ||
|
||
... | ||
end | ||
|
||
*Matthew Mongeau* | ||
|
||
|
||
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md) for previous changes. | ||
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/actionmailer/CHANGELOG.md) for previous changes. |
Oops, something went wrong.
This comment has been minimized.
1c383df