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 577cf01 commit 158fd81Copy full SHA for 158fd81
CHANGELOG.md
@@ -92,7 +92,7 @@
92
93
## 1.4.2
94
95
-* Don't supress non-spring load errors in binstub
+* Don't suppress non-spring load errors in binstub
96
97
## 1.4.1
98
@@ -307,7 +307,7 @@
307
* Don't stay connected to database in the application processes. There's
308
no need to keep a connection open.
309
* Avoid using the database in the application processes. Previously,
310
- reloading the autoloaded constants would inadvertantly cause a
+ reloading the autoloaded constants would inadvertently cause a
311
connection to the database, which would then prevent tasks like
312
db:create from running (because at that point the database doesn't
313
exist)
0 commit comments