You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the specific method existance for Spring after_fork
There are gems that open Spring module to register new commands
so checking defined?(Spring) returns truthy value but in fact there is
no real Spring loaded, therefore there is exception when an application
is run without Spring.
0 commit comments