CSV Validation Post Sharing
Last week, I wrote a post on my
employer’s blog about
validating input from a CSV file using ActiveModel::Validations
.
That post was featured in Ruby Weekly #562.
It was also shared in Awesome Ruby #270. This is the first time I’ve been in Awesome Ruby!
All of my blog posts are cross-posted on dev.to, and their ruby community was nice enough to share my post with their twitter followers.
Validate CSV Input With ActiveModel::Validations
— The Ruby Dev (@the_ruby_dev) July 20, 2021
{ author: @kevin_j_m } #DEVCommunityhttps://t.co/8AYMpkX7yc
In case you can’t read that, the tweet says:
Validate CSV Input With ActiveModel::Validations
{ author: @kevin_j_m } #DEVCommunity
Lastly, Ruby Radar #9 featured the post!