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 ran into this a few times already; validations don't show up in the search results. So if you search for uniqueness, inclusion or even the full validate_uniqueness_of for example, there's no link to that page.
I'm not sure what needs to happen to include them, but I'm open to creating a PR if anyone can give me some pointers.
The text was updated successfully, but these errors were encountered:
I think the solution would be moving away from a table and to separate sections for each. I looked around for an existing pattern to follow in the guides and this looks to be the same basic structure that we could migrate to https://luckyframework.org/guides/frontend/html-forms#input-fields
Right, so that would be migrating to h3's for each validation? Maybe that could even be useful. It would allow more info which can be useful for validations with complicated or multiple options.
I ran into this a few times already; validations don't show up in the search results. So if you search for
uniqueness
,inclusion
or even the fullvalidate_uniqueness_of
for example, there's no link to that page.I'm not sure what needs to happen to include them, but I'm open to creating a PR if anyone can give me some pointers.
The text was updated successfully, but these errors were encountered: