You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think they are implemented here. We know the attribute names so we could do it in ActiveModelAttributescompiler. But I don't know why they aren't defined together with the attributes themselves, maybe there's a potential blocker there, cc @paracycle.
@KaanOzkan Thank you for sharing the details.
I guessed that generating the type for the .find_by_x method would affect the performance of the type checking because of the large size of the RBI definition.
If I understand correctly, I think it is currently as follows
I would like Tapioca to support the generation of
.find_by_xxx
.Do you have plans to do so?
The text was updated successfully, but these errors were encountered: