We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ae60e commit 373254fCopy full SHA for 373254f
1 file changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+* Skip spring without error if spring is not in installed bundler groups.
4
+
5
* Adds a Spring.after_environment_load hook that runs immediately after the Rails application environment is
6
loaded in the Spring server process, but before GC.compact/Process.warmup and before the server enters its
7
wait loop. This hook enables applications to preload expensive test infrastructure (e.g. test helpers, fixture
@@ -55,8 +57,6 @@ with.
55
57
56
58
* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.
59
-* Skip spring without error if spring is not in installed bundler groups.
-
60
## 4.1.0
61
62
* Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
0 commit comments