felipe
Joined
60 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in API params validation in Rails app
I've implemented a gem for that purpose. You can have a look if you want here: https://github.com/felipefava/request_params_validation
Posted in My first gem
Hi, I have implemented my first open-source gem and I would like to share it with you all.
It's for validating request parameters outside your controller logic: https://github.com/felipefava/request_params_validation
Of course, any feedback, suggestion, etc is welcome :)