aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
blob: 6fdd0b20c532b6c9e7a72deb50c4bde298df749e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
## Rails 5.0.0.rc1 (May 06, 2016) ##

*   No changes.


## Rails 5.0.0.beta4 (April 27, 2016) ##

*   Update example of passing a proc to `:message` option for validating records.

    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.


## Rails 5.0.0.beta2 (February 01, 2016) ##

*   No changes.


## Rails 5.0.0.beta1 (December 18, 2015) ##

*   Add code of conduct to contributing guide.

    *Jon Moss*

*   New section in Configuring: Configuring Active Job.

    *Eliot Sykes*

*   New section in Active Record Association Basics: Single Table Inheritance.

    *Andrey Nering*

*   New section in Active Record Querying: Understanding The Method Chaining.

    *Andrey Nering*

*   New section in Configuring: Search Engines Indexing.

    *Andrey Nering*

Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/guides/CHANGELOG.md) for previous changes.