FailfastValidation

Failfast mode for ActiveModel::Validations

Usage

class YourModel
  include ActiveModel::Model
  include ActiveModel::FailfastValidation
end

Installation

Add this line to your application's Gemfile:

gem 'failfast_validation'

And then execute:

$ bundle

License

The gem is available as open source under the terms of the MIT License.