From 84eac5dab8b0fe9ee20b51250e52ad7bfea36553 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 28 Oct 2013 13:44:17 +0100 Subject: BACKTRACE environment variable to show unfiltered backtraces. We used to support the `BACKTRACE` environment variable but when we switched to MiniTest it got removed: f9382cd7948 This commit adds back the functionality to show the unfiltered backtrace when needed. This also works when you run your tests with `rake`: * `BACKTRACE=1 bin/rake test` * `BACKTRACE=1 ruby -Itest ...` --- railties/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'railties/CHANGELOG.md') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index aadf24a125..0606a4fbe7 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 + `BAKCTRACE=1 bin/rake` + + *Yves Senn* + * Removal of all javascript stuff (gems and files) when generating a new application using the `--skip-javascript` option. -- cgit v1.2.3