Pablo Brasero

Results 269 comments of Pablo Brasero

I think this should be fixed by https://github.com/thoughtbot/administrate/pull/2292

Thank you for your comment @DucMirack. Your solutions looks very similar to how [Pundit](https://github.com/varvet/pundit) works, which is officially supported by Administrate. You may want to check that out.

I've been looking at [the issue I mentioned above on 29 Sep](https://github.com/thoughtbot/administrate/issues/2060#issuecomment-1262393113), regarding `accepts_nested_attributes_for`. This is a tricky one. ### The problem Say that `Product has_one ProductMetaTag`. It's reasonable to...

Closing due to lack of activity. Also I'm not sure this adds something that cannot be done with `Field::Select`? Another thing is that doing `collection: Customer.all` could backfire quickly as...

Closing due to lack of activity.

(Comment originally published at https://github.com/thoughtbot/administrate/issues/2370#issuecomment-1635644394, but moved here as that issue is a duplicate). I have been looking into this. It's a tricky one, not just in terms of code...