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
cc #634
This load hook causes the order of ActiveRecord loading to be indeterminte. In a pristine Rails app, AR does not load until after all the initializers are run, which overwrites the configured Flipper adapter in an initializer. This changes make the AR adapter consistent with the others that configure themselves (redis, mongo, etc).
0 commit comments