aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 577bc86fa9..b328619646 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,16 @@
-* Load database configuration from the first
- database.yml available in paths.
+* Add `bin/setup` script to bootstrap an application.
+
+ *Yves Senn*
+
+* Replace double quotes with single quotes while adding an entry into Gemfile.
+
+ *Alexander Belaev*
+
+* Default `config.assets.digest` to `true` in development.
+
+ *Dan Kang*
+
+* Load database configuration from the first `database.yml` available in paths.
*Pier-Olivier Thibault*
@@ -19,10 +30,6 @@
*Matthew Draper*
-* Do not set the Rails environment to test by default when using test_unit Railtie.
-
- *Konstantin Shabanov*
-
* Remove sqlite3 lines from `.gitignore` if the application is not using sqlite3.
*Dmitrii Golub*