Adrian Marin

Results 206 issues of 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&...

feature
Stale exempt

# Refinement - [ ] should support read and write Endpoints ``` POST /resources/teams(.:format) GET /resources/teams/new(.:format) GET /resources/teams/:id/edit(.:format) GET /resources/teams/:id(.:format) PATCH /resources/teams/:id(.:format) PUT /resources/teams/:id(.:format) DELETE /resources/teams/:id(.:format) ``` Get a record...

Task
Avo 4

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...

Refactor

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:...

Enhancement
Help wanted
DSL-related

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...

Enhancement
Task