GPif

Results 2 issues of GPif

After basic install, and once added the : ```ruby # config/routes.rb authenticate :user, -> (u) { u.admin? } do # Supposing there is a User#admin? method mount ActiveAnalytics::Engine, at: "analytics"...

This gem is not compatible with rails 5.2 especailly because of the the disappearance of arel/visitors/bind_visitor. Is there any plan to update this gem? I have made some quick fix...