aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-12-22 10:59:45 +0100
committerYves Senn <yves.senn@gmail.com>2015-12-22 10:59:45 +0100
commit0d1d50c2db40ea1a9d3bebfb0c35da43bbd4d27f (patch)
tree6c007745f8a061d72cde3a37672c8ffb880819a8 /railties/CHANGELOG.md
parenta49ba391810d1123aafafc607d04c3c3797b60f4 (diff)
downloadrails-0d1d50c2db40ea1a9d3bebfb0c35da43bbd4d27f.tar.gz
rails-0d1d50c2db40ea1a9d3bebfb0c35da43bbd4d27f.tar.bz2
rails-0d1d50c2db40ea1a9d3bebfb0c35da43bbd4d27f.zip
release notes, extract notable changes from Railties CHANGELOG.
[ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index ed8f74ee9b..501c7d2ce5 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -201,7 +201,7 @@
* Fix STATS_DIRECTORIES already defined warning when running rake from within
the top level directory of an engine that has a test app.
- Fixes #20510
+ Fixes #20510.
*Ersin Akinci*
@@ -249,13 +249,13 @@
middleware for API apps & generators generates the right files,
folders and configurations.
- *Santiago Pastorino & Jorge Bejar*
+ *Santiago Pastorino*, *Jorge Bejar*
* Make generated scaffold functional tests work inside engines.
*Yuji Yaginuma*
-* Generator a `.keep` file in the `tmp` folder by default as many scripts
+* Generate a `.keep` file in the `tmp` folder by default as many scripts
assume the existence of this folder and most would fail if it is absent.
See #20299.
@@ -321,7 +321,7 @@
* Created rake restart task. Restarts your Rails app by touching the
`tmp/restart.txt`.
- Fixes #18876.
+ See #18876.
*Hyonjee Joo*