The Wayback Machine - https://web.archive.org/web/20210719064029/https://github.com/topics/ash
Skip to content
#

ash

Here are 58 public repositories matching this topic...

totaltrash
totaltrash commented Jun 2, 2021

Is your feature request related to a problem? Please describe.
Many to many relationships are a little verbose. Also, the current default for destination_field_on_join_table would use the relationship name (tags_id), instead of the resource name (tag_id)

Describe the solution you'd like
The source and destination join table fields in many to many relationships can be derived with th

frankdugan3
frankdugan3 commented Apr 27, 2021

Is your feature request related to a problem? Please describe.
Given the type attribute(:roles, {:array, :atom}, it is possible but clunky to use has and boolean logic with and to filter on where the roles field contains all items in a given list.

Describe the solution you'd like
I would like a filter function akin to roles has all items in [opts] that would handle that logi

Improve this page

Add a description, image, and links to the ash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ash topic, visit your repo's landing page and select "manage topics."

Learn more