mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d86ccec097
The pattern is event.component Closes #11769 Conflicts: railties/CHANGELOG.md
85 lines
2.1 KiB
Markdown
85 lines
2.1 KiB
Markdown
* Fix the event name of action_dispatch requests.
|
||
|
||
*Rafael Mendonça França*
|
||
|
||
* Make `config.log_level` work with custom loggers.
|
||
|
||
*Max Shytikov*
|
||
|
||
* Changed stylesheet load order in the stylesheet manifest generator.
|
||
Fixes #11639.
|
||
|
||
*Pawel Janiak*
|
||
|
||
* Added generated unit test for generator generator using new
|
||
`test:generators` rake task.
|
||
|
||
*Josef Šimánek*
|
||
|
||
* Removed `update:application_controller` rake task.
|
||
|
||
*Josef Šimánek*
|
||
|
||
* Fix `rake environment` to do not eager load modules
|
||
|
||
*Paul Nikitochkin*
|
||
|
||
* Fix `rake notes` to look into `*.sass` files
|
||
|
||
*Yuri Artemev*
|
||
|
||
* Removed deprecated `Rails.application.railties.engines`.
|
||
|
||
*Arun Agrawal*
|
||
|
||
* Removed deprecated threadsafe! from Rails Config.
|
||
|
||
*Paul Nikitochkin*
|
||
|
||
* Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` in
|
||
favor of `ActiveRecord::Generators::ActiveModel#update`
|
||
|
||
*Vipul A M*
|
||
|
||
* Remove deprecated `config.whiny_nils` option
|
||
|
||
*Vipul A M*
|
||
|
||
* Rename `commands/plugin_new.rb` to `commands/plugin.rb` and fix references
|
||
|
||
*Richard Schneeman*
|
||
|
||
* Fix `rails plugin --help` command.
|
||
|
||
*Richard Schneeman*
|
||
|
||
* Omit turbolinks configuration completely on skip_javascript generator option.
|
||
|
||
*Nikita Fedyashev*
|
||
|
||
* Removed deprecated rake tasks for running tests: `rake test:uncommitted` and
|
||
`rake test:recent`.
|
||
|
||
*John Wang*
|
||
|
||
* Clearing autoloaded constants triggers routes reloading.
|
||
Fixes #10685.
|
||
|
||
*Xavier Noria*
|
||
|
||
* Fixes bug with scaffold generator with `--assets=false --resource-route=false`.
|
||
Fixes #9525.
|
||
|
||
*Arun Agrawal*
|
||
|
||
* Rails::Railtie no longer forces the Rails::Configurable module on everything
|
||
that subclasses it. Instead, the methods from Rails::Configurable have been
|
||
moved to class methods in Railtie and the Railtie has been made abstract.
|
||
|
||
*John Wang*
|
||
|
||
* Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
|
||
|
||
*Sıtkı Bağdat*
|
||
|
||
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.
|