This article will show you how to conditionally skip validations in your Rails App. Published on:August 2, 2014 Introduction The Ruby on Rails validations feature is a lifesaver when it comes to validating data. However, what happens when you want to skip validations and allow invalid data anyway? This short tutorial will show you how to both skip all validations as well as individual validations.