Piotr Wasiak
Piotr Wasiak
you can migrate to community driven fork: https://github.com/jsonapi-serializer/jsonapi-serializer
debug gem also does not deal with ractors - they have it in todo
Code above is not working anymore. Rails ActionCable in master is allowing to use `rescue_from` gracefully. For 6.0.X < rails =< 6.1 I applied that patch: ``` # turn on...
Thank you very much for contribution. We review your previous PR, which is nicely described. We can take care of that as it's important feature and are adding it to...
Thanks for your opinion @greena13 I would add some additional information Instead of `cid_` prefix in examples, we should use `lid_` as it is stated in draft of json api...
@greena13 actually we should use `lid` as local id key instead of id with the prefix according to draft. it solves some problems but requires some additional changes for frontend....
@greena13 what do you think ?
Ad. 1 That's quite simple to reject them (see below) and abstract factories can be tested at model spec for validity as edge case. ``` factories_to_lint = FactoryBot.factories.reject do |factory|...
@abhaynikam https://youtu.be/9vaK9nDMbU8?t=584 devise config should encourage to set up it through environment variable So this is more about existing generator (devise oauth), but that practice should be applied anywhere
example article: https://blog.arkency.com/2017/07/how-to-safely-store-api-keys-in-rails-apps/