bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Automatically pick up presence validators for default belongs_to association #654

Closed donv closed 1 year ago

donv commented 1 year ago

Automatically pick up presence validators for an association for a given ID attribute.

This enables form validation with messages for default belongs_to associations since Rails 5.

UweKubosch commented 1 year ago

I'll do at least an entry in the README to see what the code does.

donv commented 1 year ago

Hey good people! I added the fully generalized version and added a section in the README displaying the resulting code.

Please have a look. Squash and merge if it looks good.

donv commented 1 year ago

Oh, wait! One more fix needed!

donv commented 1 year ago

Now, go!