Active Record Validations In Rails: How They Work
#rubyonrails #rubyonrailsvalidator #backend #beginners #activerecord #orm #ruby #database
https://hackernoon.com/active-record-validations-in-rails-how-they-work-e32i34ef
#rubyonrails #rubyonrailsvalidator #backend #beginners #activerecord #orm #ruby #database
https://hackernoon.com/active-record-validations-in-rails-how-they-work-e32i34ef
Hackernoon
Active Record Validations In Rails: How They Work | Hacker Noon
ver open up a Rails console to debug a problem and come away wondering how the data got so funky? Despite our best efforts the database will accept plenty of garbage data if you let it. There are tons of methods to bypass the Rails callbacks and validations…