kasket icon indicating copy to clipboard operation
kasket copied to clipboard

moved to https://github.com/zendesk/kasket

Results 4 kasket issues
Sort by recently updated
recently updated
newest added

I always reduced them to 10, nothing failed and tests start so much quicker :)

on read_mixin.rb:45 Kasket unconditionally does find(missing_ids). find obviously raises when an id is not present. This is correct for a call like 'User.find([1,2,3])' (where user #3 is destroyed), but something...