Better Rails Forms with Superform
I wrote about a complete clean-sheet rewrite I did of Rails form helpers at https://fly.io/ruby-dispatch/better-rails-forms-with-superform/. The forms can permit their own parameters, so no strong parameters are needed. They’re also highly composable because they’re implemented using 100% Plain ‘ol Ruby Objects.
Post a comment