diff options
author | Yves Senn <yves.senn@gmail.com> | 2016-04-12 20:07:21 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2016-04-12 20:07:21 +0200 |
commit | a08efa1065aefaa92fb2aee4c15b59b4fed7d07d (patch) | |
tree | 427226134c7a072e2bf9ddeb396eda4b949e2379 /guides | |
parent | b271eda7031aa5cdd2fd4db2ae5fdbee5efd5cb6 (diff) | |
parent | bcd7559a65ff252f4a182a0844e2a0eaf7ee025c (diff) | |
download | rails-a08efa1065aefaa92fb2aee4c15b59b4fed7d07d.tar.gz rails-a08efa1065aefaa92fb2aee4c15b59b4fed7d07d.tar.bz2 rails-a08efa1065aefaa92fb2aee4c15b59b4fed7d07d.zip |
Merge pull request #24494 from vipulnsward/guides-changelog-pass
Guides changelog pass [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/CHANGELOG.md | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 8132f77b4e..4f4f27d6e4 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,9 +1,16 @@ * Update example of passing a proc to `:message` option for validating records. - This behavior was recently changed in https://github.com/rails/rails/pull/24119 to - pass the object being validated as first argument to the `:message` proc - instead of key of the field being validated. + This behavior was recently changed in [Pull Request #24199](https://github.com/rails/rails/pull/24119) to + pass the object being validated as first argument to the `:message` proc, + instead of the key of the field being validated. + + *Prathamesh Sonpatki* +* Added new guide: Action Cable Overview. + + *David Kuhta* + + ## Rails 5.0.0.beta3 (February 24, 2016) ## * No changes. @@ -16,23 +23,23 @@ ## Rails 5.0.0.beta1 (December 18, 2015) ## -* Add code of conduct to contributing guide +* Add code of conduct to contributing guide. *Jon Moss* -* New section in Configuring: Configuring Active Job +* New section in Configuring: Configuring Active Job. *Eliot Sykes* -* New section in Active Record Association Basics: Single Table Inheritance +* New section in Active Record Association Basics: Single Table Inheritance. *Andrey Nering* -* New section in Active Record Querying: Understanding The Method Chaining +* New section in Active Record Querying: Understanding The Method Chaining. *Andrey Nering* -* New section in Configuring: Search Engines Indexing +* New section in Configuring: Search Engines Indexing. *Andrey Nering* |