CHANGELOG.md 636 字节
Newer Older
1 2 3 4
*   Add `railtie.rb` to the plugin generator

    *Tsukuru Tanimichi*

5 6 7 8
*   Deprecate `capify!` method in generators and templates.

    *Yuji Yaginuma*

9 10 11 12 13 14
*   Allow irb options to be passed from `rails console` command.

    Fixes #28988.

    *Yuji Yaginuma*

15 16 17 18
*   Added a shared section to config/database.yml that will be loaded for all environments.

    *Pierre Schambacher*

19
*   Namespace error pages' CSS selectors to stop the styles from bleeding into other pages
20 21
    when using Turbolinks.

22 23
    *Jan Krutisch*

24

25
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md) for previous changes.