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
TSort is getting removed: https://bugs.ruby-lang.org/issues/21442
Railties mainly uses tsort to find the order in which initializers are supposed to be run
in regard with `before`/`after` hooks.
railties is the only consumer of `tsort`.
0 commit comments