aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-24 13:23:59 -0400
committerGitHub <noreply@github.com>2017-07-24 13:23:59 -0400
commit93f9398de8412752c6fd035dfbe4db65caa0ae10 (patch)
tree854264ccdab978f82d27d53a6910f0d53b7836fb /railties/CHANGELOG.md
parentf628257010e70979ea195125afd55894f3485d0d (diff)
downloadrails-93f9398de8412752c6fd035dfbe4db65caa0ae10.tar.gz
rails-93f9398de8412752c6fd035dfbe4db65caa0ae10.tar.bz2
rails-93f9398de8412752c6fd035dfbe4db65caa0ae10.zip
Revert "Include rack-mini-profiler by default"
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 6a41f6221a..45e1f5f3ea 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,8 +1,3 @@
-* Include `rack-mini-profiler` gem by default. This gem allows for easy
- visability and diagnosis of performance related issues.
-
- *Richard Schneeman*
-
* Support `-` as a platform-agnostic way to run a script from stdin with
`rails runner`