Skip to content

Commit dbfa8fd

Browse files
committed
Preparing for 5.0.0.beta3 release
Adds changelog headers for beta3 release
1 parent 6852039 commit dbfa8fd

File tree

10 files changed

+26
-0
lines changed

10 files changed

+26
-0
lines changed

actioncable/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Added ActionCable::SubscriptionAdapter::EventedRedis.em_redis_connector/redis_connector and
24
ActionCable::SubscriptionAdapter::Redis.redis_connector factory methods for redis connections,
35
so you can overwrite with your own initializers. This is used when you want to use different-than-standard Redis adapters,

actionmailer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Add support to fragment cache in Action Mailer.
24

35
Now you can use fragment caching in your mailers views.

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Update session to have indifferent access across multiple requests.
24

35
session[:deep][:hash] = "Magic"

actionview/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Collection rendering can cache and fetch multiple partials at once.
24

35
Collections rendered as:

activejob/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Change the default adapter from inline to async. It's a better default as tests will then not mistakenly
24
come to rely on behavior happening synchronously. This is especially important with things like jobs kicked off
35
in Active Record lifecycle callbacks.

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.0.beta2 (February 01, 2016) ##
27

38
* No changes.

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Ensure that mutations of the array returned from `ActiveRecord::Relation#to_a`
24
do not affect the original relation, by returning a duplicate array each time.
35

activesupport/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Deprecate arguments on `assert_nothing_raised`.
24

35
`assert_nothing_raised` does not assert the arguments that have been passed

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.0.beta2 (February 01, 2016) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.0.beta3 (February 24, 2016) ##
2+
13
* Alias `rake` with `rails_command` in the Rails Application Templates API
24
following Rails 5 convention of preferring "rails" to "rake" to run tasks.
35

0 commit comments

Comments
 (0)