Pablo Brasero

Results 269 comments of Pablo Brasero

Thank you for the detailed report. I have been able to reproduce this issue, and I agree that it's a bug. I'll look into it, although I don't have much...

I had a deeper look at what's wrong. I'll describe it here and perhaps someone will be encouraged to try fix it? :slightly_smiling_face: (If not, a maintainer will eventually get...

Thank you for this PR. I've been trying to wrap my head about all this section of the code, and I see it's tricky. Initially, your change would work, but...

Theoretically, it could be done with a plugin, but it would require significant monkeypatching and it could break easily when the affected code changes within Administrate.

Thank you for reporting this issue. In theory, the correct class should be detected through reflection at `Administrate::Field::Associative`, specifically here: https://github.com/thoughtbot/administrate/blob/84084235463a6761f25108382cb81c13632d2052/lib/administrate/field/associative.rb#L14-L16 Would you be able to have a look there...

This is going to be a tricky one. Administrate's search currently makes some assumptions that don't hold well here. Ideally we would want to create a custom field type (eg:...

I can confirm that this is an issue at the moment. Currently, we get an error when `link_to()` receives a value of `action` that is not a route action. Unfortunately...

This is strange. It should work as installed. Is this on development mode? In both, the linked CSS should have styles on `.pagination` and elements under it. In development mode...

@jubilee2 - Is that comment for me or for @bgvo? :slightly_smiling_face: