From bfc0d5eb8b68e0f1f28ea642f04e866a7ce4508a Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sun, 10 Apr 2016 20:46:11 +0530 Subject: - Fixed changelog related to i18 key changes. Added author - Made all sentences to end properly [ci skip] --- guides/CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'guides') diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 8132f77b4e..ac351a4325 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,8 +1,10 @@ * 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* ## Rails 5.0.0.beta3 (February 24, 2016) ## @@ -16,23 +18,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* -- cgit v1.2.3 From bcd7559a65ff252f4a182a0844e2a0eaf7ee025c Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sun, 10 Apr 2016 20:49:27 +0530 Subject: - Add changelog for new guide: AC overview from https://github.com/rails/rails/pull/23176 [ci skip] --- guides/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guides') diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index ac351a4325..4f4f27d6e4 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -6,6 +6,11 @@ *Prathamesh Sonpatki* +* Added new guide: Action Cable Overview. + + *David Kuhta* + + ## Rails 5.0.0.beta3 (February 24, 2016) ## * No changes. -- cgit v1.2.3