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
I am using gem impressionist for tracking views. Tried to add Upmin to my project and found a strange behaviour. As soon as there a block passed to Upmin initalizer, it starts to eager load all controllers and whatnot but somehow Impressionist is not initialized at that moment.
I am using
gem impressionist
for tracking views. Tried to add Upmin to my project and found a strange behaviour. As soon as there a block passed to Upmin initalizer, it starts to eager load all controllers and whatnot but somehow Impressionist is not initialized at that moment.This works fine:
This breaks Impressionist, application just can't start
undefined method 'impressionist' for AnyController:Class
The text was updated successfully, but these errors were encountered: