Adrian Marin
Adrian Marin
Things I'd like to add to this new iteration: - [ ] filterable fields - [ ] allow multiple conditions - [ ] the end-user should be able to add&...
# Proposal Create API endpoints using the resource configuration. # Example A resource like the one below to expose a `/resources/teams` REST API endpoints: ``` GET /resources/teams(.:format) POST /resources/teams(.:format) GET...
Avo is a beautiful next-generation framework that empowers you, the developer, to create fantastic admin panels for your Ruby on Rails apps with the flexibility to fit your needs as...
Hey 👋 Thanks for the wonderful gem. I used `inline_svg` a lot and one thing that this is different from that (and from regular Rails tag helpers) is that the...
They were missing from the docs.
# Description This PR enables users to override the `has_attribute?` method in order to get access to setters when there are no getters. # Checklist: - [x] I have performed...
The docs have evolved quite a bit, and we need to think of a way to refactor/reorganize them. Let's use this issue to collect all the feedback we received. -...
### Feature It's common to use two fields to display the same data in different views. Example: ```ruby field :status, as: :select, show_on: :forms, ...options field :status, as: :badge, hide_on:...
When an action that doesn't have any fields is opened up, we should focus the Run button so the user can quickly hit return to run it or tab to...