bootstrap-validator-rails

Gem version of bootstrapvalidator JavaScript library = a jQuery based field validator for Twitter Bootstrap 3.

Source: https://github.com/nghuuphuoc/bootstrapvalidator

How to Use

Add into your Gemfile

gem 'bootstrap-validator-rails'

Add into your application.js

//= require bootstrapValidator.min

Add into your application.css

*= require bootstrapValidator.min

In your Rails directory run

bundle install