Josh Kinabrew
Josh Kinabrew
Really looking forward to this being released! Thanks for your great work @bobf
Bump. I'd love caching support for this gem. I don't mind having potentially lots of cache keys (i.e. combining the `current_user#cache_key` with the jsonapi-resources Resource cache key) in my instance...
Personally I agree on it needing to be a 404 and not 403. The less the user knows about authorization and why they aren't able to view something the better....
@joecabezas Try using `rvmsudo` i.e. `rvmsudo ruby ./my_script.rb`
`URI.escape` is completely removed in Ruby 3. This needs to be merged before full Ruby 3 support. I don't think this is the correct way of fixing it (adding another...