aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-01-08 22:21:20 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2019-01-08 22:21:20 +0100
commit80c7038bbc8e83762f4396b18260f470d8621995 (patch)
treeeea46890a81468ff1c9a593536b16734676c3279 /railties/CHANGELOG.md
parent647d7e61679ac4c28c081532ad0a0d7e1f80482b (diff)
downloadrails-80c7038bbc8e83762f4396b18260f470d8621995.tar.gz
rails-80c7038bbc8e83762f4396b18260f470d8621995.tar.bz2
rails-80c7038bbc8e83762f4396b18260f470d8621995.zip
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
We had a discussion on the Core team and we don't want to expose this information as a JSON endpoint and not by default. It doesn't make sense to expose this JSON locally and this controller is only accessible in dev, so the proposed access from a production app seems off. This reverts commit 8eaffe7e89719ac62ff29c2e4208cfbeb1cd1c38, reversing changes made to 133e0ba33db5887b047c9ac8233e5b414657bca5.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 9897f6e011..00b67a1f08 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -71,12 +71,6 @@
*Gannon McGibbon*
-* Add JSON support to rails properties route (`/rails/info/properties`).
-
- Now, `Rails::Info` properties may be accessed in JSON format at `/rails/info/properties.json`.
-
- *Yoshiyuki Hirano*
-
* Use Ids instead of memory addresses when displaying references in scaffold views.
Fixes #29200.