aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorBurke Libbey <burke@libbey.me>2017-06-01 14:28:51 -0400
committerBurke Libbey <burke@libbey.me>2017-07-17 13:17:45 -0400
commit0312a5c67e35b960e33677b5358c539f1047e4e1 (patch)
tree26f25351ba0e824a40b7e26ed08782942cae431f /railties/CHANGELOG.md
parent9914964514fc43f6eadba06a47fccdf95b7806f7 (diff)
downloadrails-0312a5c67e35b960e33677b5358c539f1047e4e1.tar.gz
rails-0312a5c67e35b960e33677b5358c539f1047e4e1.tar.bz2
rails-0312a5c67e35b960e33677b5358c539f1047e4e1.zip
Add bootsnap to default Gemfile:
Bootsnap precomputes load path resolution and caches ruby ISeq and YAML parsing/compilation, reducing application boot time by approximately 50% on supported configurations.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index db55d4fd69..f720b7caab 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `bootsnap` to default `Gemfile`.
+
+ *Burke Libbey*
+
* Properly expand shortcuts for environment's name running the `console`
and `dbconsole` commands.