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
after bullet re-enabled settings seem to reset to default. At least Bullet.counter_cache_enable = false is not having an effect anymore which causes tests to fail.
Setting the Bullet.enable swtich, flips the Bullet.unused_eager_loading_enable value.
3.2.2 :005 > Bullet.unused_eager_loading_enable? => false 3.2.2 :006 > Bullet.enable = true => true 3.2.2 :007 > Bullet.unused_eager_loading_enable? => true 3.2.2 :009 > Bullet.unused_eager_loading_enable = false => false 3.2.2 :010 > Bullet.unused_eager_loading_enable?
=> false
The text was updated successfully, but these errors were encountered: