Pablo Brasero
Pablo Brasero
Hello @migu0 - I was having a look at this, but it looks like you have yanked the gem? If you could update the repo so that it's buildable, I'll...
One initial question is: is all the JS and CSS for Trix, etc loading? In other words: do you see any 404s for them in your Network tab?
Right. So those `import` lines for Trix and ActionText, did you add them yourself? As the error shows, it appears not to be transpiled, and the browser doesn't understand it....
No worries. Thank you for coming back to me :slightly_smiling_face:
The problem I see with the `NESTED_ATTRIBUTES` approach is that it's not very generic. If we wanted to show different nested attributes for the same model on different dashboards, it...
While this is addressed, I proposed a workaround at StackOverflow: https://stackoverflow.com/questions/67129863/show-administrate-attribute-in-one-area-but-not-in-another
Hm, this might be a bug, but I'm not sure. I wonder if it's something that we specifically do not support, for some reason. I noticed that there's a plugin...
I agree that pluggable pagination would be great. Is this something you'd want to look into? Perhaps if you create a proof of concept, before a final PR, we can...
Good point. Perhaps there's a middle ground. With Pundit, we don't require it, but we detect if it exists. See: https://github.com/thoughtbot/administrate/blob/main/app/controllers/concerns/administrate/punditize.rb (detection in line 3). We could have a Kaminari...
Random idea: what do you think of providing a default pagination that only shows a given number of records, with no way to visit other pages?