Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

45 lines (23 loc) · 1.08 KB

Rails 5.0.1.rc2 (December 10, 2016)

  • No changes.

Rails 5.0.1.rc1 (December 01, 2016)

  • No changes.

Rails 5.0.0 (June 30, 2016)

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

    This behavior was recently changed in Pull Request #24199 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

  • 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 for previous changes.