CHANGELOG.md 1.7 KB
Newer Older
1 2 3 4
*   Removed `update:application_controller` rake task.

    *Josef Šimánek*

5 6 7 8
*   Fix `rake environment` to do not eager load modules

    *Paul Nikitochkin*

Y
Yuri Artemev 已提交
9 10 11 12
*   Fix `rake notes` to look into `*.sass` files

    *Yuri Artemev*

13 14 15 16
*   Removed deprecated `Rails.application.railties.engines`.

    *Arun Agrawal*

17 18 19 20
*   Removed deprecated threadsafe! from Rails Config.

    *Paul Nikitochkin*

21 22 23 24 25
*   Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` in
    favor of `ActiveRecord::Generators::ActiveModel#update`

    *Vipul A M*

26 27 28 29
*   Remove deprecated `config.whiny_nils` option

    *Vipul A M*

S
schneems 已提交
30 31 32 33
*   Rename `commands/plugin_new.rb` to `commands/plugin.rb` and fix references

    *Richard Schneeman*

S
schneems 已提交
34 35 36 37
*   Fix `rails plugin --help` command.

    *Richard Schneeman*

38 39 40 41
*   Omit turbolinks configuration completely on skip_javascript generator option.

    *Nikita Fedyashev*

42 43
*   Removed deprecated rake tasks for running tests: `rake test:uncommitted` and
    `rake test:recent`.
W
wangjohn 已提交
44 45 46

    *John Wang*

47 48 49 50
*   Clearing autoloaded constants triggers routes reloading [Fixes #10685].

    *Xavier Noria*

51 52
*   Fixes bug with scaffold generator with `--assets=false --resource-route=false`.
    Fixes #9525.
53 54 55

    *Arun Agrawal*

56
*   Rails::Railtie no longer forces the Rails::Configurable module on everything
P
Prathamesh Sonpatki 已提交
57
    that subclasses it. Instead, the methods from Rails::Configurable have been
58 59 60
    moved to class methods in Railtie and the Railtie has been made abstract.

    *John Wang*
61

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

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

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