aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
blob: 58bd77836cdb9da1e12e90e6f5d30ac0f6ecb464 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*   Fixes bug with Scaffold generator with --assets=false --resource-route=false See #9525 for more details.

    *Arun Agrawal*

*   Rails::Railtie no longer forces the Rails::Configurable module on everything
    that subclassess it. Instead, the methods from Rails::Configurable have been
    moved to class methods in Railtie and the Railtie has been made abstract.

    *John Wang*

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