mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Review railties changelog [ci skip]
This commit is contained in:
parent
bbbedeeb89
commit
f5df6e5a6d
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
* Removed deprecated rake tasks. You will no longer be able to use the following
|
* Removed deprecated rake tasks for running tests: `rake test:uncommitted` and
|
||||||
commands: `rake test:uncommitted` and `rake test:recent`. Also removed are
|
`rake test:recent`.
|
||||||
the tests for these rake tasks.
|
|
||||||
|
|
||||||
*John Wang*
|
*John Wang*
|
||||||
|
|
||||||
|
@ -18,9 +17,9 @@
|
||||||
moved to class methods in Railtie and the Railtie has been made abstract.
|
moved to class methods in Railtie and the Railtie has been made abstract.
|
||||||
|
|
||||||
*John Wang*
|
*John Wang*
|
||||||
|
|
||||||
* Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
|
* Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
|
||||||
|
|
||||||
*Sıtkı Bağdat*
|
*Sıtkı Bağdat*
|
||||||
|
|
||||||
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.
|
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.
|
||||||
|
|
Loading…
Reference in a new issue