mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f0e4254bfa
Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it? Change repetitive th tags to use colspan attribute Update CHANGELOG.md Update CHANGELOG.md
20 lines
712 B
Markdown
20 lines
712 B
Markdown
* 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.
|