Adrian Marin

Results 200 comments of Adrian Marin

Thanks for the quick answer. What I'm trying to achieve is to be able to evaluate everything inside the class as a block for docile. I'll try to create an...

Again, thanks for looking into this. I appreciate it! The most contrived example of the API I'm looking for is this one: ```ruby class UserResource < Avo::BaseResource field :first_name panel...

I think that's not possible (to take everything in between and just use it as a block) and I'm going a different route. I'll post my solution here when done....

Hey man, I returned to the task today and tried your suggestions above and they worked out amazing! It didn't really come out as above, but very close. I was...

I totally agree. Json Path is a powerful tool but the way this implementation displays the subset fields is not quite very useful. +1 for this feature. Thanks a lot...

Yes, I see what you mean. I generally left those like this because they are not a painful problem. It's more of an annoyance. This is a good first issue...

> adjusting `avo.rb` to have all the Zeitwerk code after the Avo module definition. If this change sound reasonable, could it be applied? I don't feel comfortable doing that. It's...

Hey @pmackay do you have any updates on this issue? Have you managed to get around it/fix it? Thanks!

Hey @waliffcordeiro. Thanks for writing! That's definitely a good suggestion 👍 We recently [did the same thing](https://docs.avohq.io/1.0/associations.html#belongs-to) to the `belongs_to` association. Made it searchable. We want to bring that behavior...