Jarrett Green

Results 2 issues of Jarrett Green

**Setup:** - Provider: PG 9.4 with pglogical v2.2.2 - Subscriber: PG 12 with pglogical 2.3.0 **Expected Behavior:** Existing data would make it's way over from the 9.4 db to the...

In Show Action: ``` ruby @post = PostDecorator.decorate(Post.friendly.find(params[:id])) impressionist(@post, request.env['HTTP_USER_AGENT'], :unique => [:impressionable_type, :impressionable_id, :session_hash]) ``` In Model: ``` ruby is_impressionable :counter_cache => true, :column_name => :total_impressions ``` Checking the...