1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add some Action Cable CHANGELOG entries

And improve changelongs.

[ci skip]
This commit is contained in:
Rafael Mendonça França 2016-02-01 19:57:31 -02:00
parent 49f6ce63f3
commit 60b040e362
6 changed files with 11 additions and 16 deletions

View file

@ -1,7 +1,16 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
* No changes.
* Support PostgreSQL pubsub adapter.
*Jon Moss*
* Remove EventMachine dependency.
*Matthew Draper*
* Remove Celluloid dependency.
*Mike Perham*
* Create notion of an `ActionCable::SubscriptionAdapter`.
Separate out Redis functionality into

View file

@ -1,8 +1,5 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
* No changes.
* Add `-g` and `-c` (short for _grep_ and _controller_ respectively) options
to `bin/rake routes`. These options return the url `name`, `verb` and
`path` field that match the pattern or match a specific controller.

View file

@ -1,8 +1,5 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
* No changes.
* Fix stripping the digest from the automatically generated img tag alt
attribute when assets are handled by Sprockets >=3.0.

View file

@ -1,8 +1,5 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
* No changes.
* `ActiveRecord::Relation#reverse_order` throws `ActiveRecord::IrreversibleOrderError`
when the order can not be reversed using current trivial algorithm.
Also raises the same error when `#reverse_order` is called on

View file

@ -1,8 +1,5 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
* No changes.
* Change number_to_currency behavior for checking negativity.
Used `to_f.negative` instead of using `to_f.phase` for checking negativity

View file

@ -1,8 +1,5 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
* No changes.
* Add `after_bundle` callbacks in Rails plugin templates. Useful for allowing
templates to perform actions that are dependent upon `bundle install`.
@ -26,6 +23,7 @@
*Will Fisher*
## Rails 5.0.0.beta1 (December 18, 2015) ##
* Newly generated plugins get a `README.md` in Markdown.