Ian Shields
Ian Shields
Currently there is only a .unread? method which means to determine if something is read you need to do !thing.unread(current_user). Would it be a good idea to add a .read?(current_user)...
I'm noticing in development ReadMark.readable_classes is nil. It's not till I made a related call that it got defined with User as a readable type. ``` ReadMark.readable_classes => nil User.first.have_read?(Article.last)...
The documentation states you can filter by country but this does not seem to work (version 0.6.3). See output: 
**Describe the bug** It seems as though the after_unlock_callback is never called when using the until_and_while_executing callback. The callback works as expected when using :until_executed **Expected behavior** I expect the...
Hello! This gem looks great and I'd love to introduce it into my application. Is there any way to remove the dependency of kaminari in favor of will_paginate? My application...
Hello, first of all thanks for this gem! It's great so far and I'm looking forward to exploring more features. I am running into an issue where ever so often...
I am seeing an issue in the generated segment.ts in which I receive an error ``` Error: unknown format "date-time" ignored in schema at path "#/properties/...." ``` My fix right...
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? I am trying to profile Ruby/Rails rake tasks that run with Cron so that I can have insight into...
I was curious whether it would make sense to add a gem configuration of specifying an expiration header? In a lot of use cases these urls do not change so...
I put together a quick addition to add users/me endpoint. Seems like theres some things in progress in terms of the response code. I was unsure what made sense in...