aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 8963f6e604..0dddee0555 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,14 @@
+* `BACKTRACE` environment variable to show unfiltered backtraces for
+ test failures.
+
+ Example:
+
+ $ BACKTRACE=1 ruby -Itest ...
+ # or with rake
+ $ BACKTRACE=1 bin/rake
+
+ *Yves Senn*
+
* Removal of all javascript stuff (gems and files) when generating a new
application using the `--skip-javascript` option.
@@ -19,10 +30,6 @@
*Ben Pickles*
-* Include `web-console` into newly generated applications' Gemfile.
-
- *Genadi Samokovarov*
-
* `rails server` will only extend the logger to output to STDOUT
in development environment.