CHANGELOG.md 934 字节
Newer Older
1 2 3 4
*   Omit turbolinks configuration completely on skip_javascript generator option.

    *Nikita Fedyashev*

5 6
*   Removed deprecated rake tasks for running tests: `rake test:uncommitted` and
    `rake test:recent`.
W
wangjohn 已提交
7 8 9

    *John Wang*

10 11 12 13
*   Clearing autoloaded constants triggers routes reloading [Fixes #10685].

    *Xavier Noria*

14 15
*   Fixes bug with scaffold generator with `--assets=false --resource-route=false`.
    Fixes #9525.
16 17 18

    *Arun Agrawal*

19
*   Rails::Railtie no longer forces the Rails::Configurable module on everything
P
Prathamesh Sonpatki 已提交
20
    that subclasses it. Instead, the methods from Rails::Configurable have been
21 22 23
    moved to class methods in Railtie and the Railtie has been made abstract.

    *John Wang*
24

S
Sıtkı Bağdat 已提交
25
*   Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
26

S
Sıtkı Bağdat 已提交
27
    *Sıtkı Bağdat*
R
Rafael Mendonça França 已提交
28

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