Sébastien Dubois
Sébastien Dubois
HI, thanks @sarkistlt for this project which looks really cool! I mean, to my knowledge there isn't any CMS out there which allows to manage one's own GraphQL endpoint, is...
Hi! I've been trying to experiment with a public GraphQL API to learn Relay. I cloned the [relay-101 tutorial](https://github.com/clayallsopp/relay-101), and could run it fine, thanks 😊 But obviously I now...
There is currently no test verifying that the initializer (e.g as it is generated by `rails g mobility:install` is correct. Ref: https://github.com/shioyama/mobility/issues/410#issuecomment-655535732
### What were you trying to do? I tried to generate dashboards to visualize/manage our ActiveStorage blobs and attachments, hopefully in order to see which kind of blobs we have...
## What were you trying to do? I added bullet to my project, which shows that I should add eager loading for my dashboard relationships to avoid N+1 queries when...
* What were you trying to do? I am following the Propshaft [upgrade guide](https://github.com/rails/propshaft/blob/main/UPGRADING.md). After replacing Sprockets with Propshaft in my Gemfile, I expect Sprockets-related errors to disappear and Administrate...
* What were you trying to do? The authorization/pundit system allows to restrict which resources an admin can view/edit, but how to authorize them to only view/edit specific fields within...
See https://github.com/thoughtbot/administrate/pull/1591#issuecomment-638218493 Fixes #1332.
This is required for models with ActionText `has_rich_text`. I thought it would be good to have this in Administrate itself as it's a core Rails feature and it's so small...
This is in answer to https://github.com/thoughtbot/administrate/issues/1535#issuecomment-608354608. TODO: - [ ] test