What is the best practice for ajax form validations using built in Rails functionality?
I’m currently using Client Side Validations gem, but got tired of handling external gem dependencies that can get stopped supported, so looking for a way to achieve same result without introducing new dependencies.
Would appreciate your thoughts. Thanks!