RailsCasts Pro episodes are now free!

Learn more or hide this

Keith Lee's Profile

GitHub User: kiesto88

Site: https://twitter.com/keithlee0

Comments by Keith Lee

Avatar

I had the same issue. Here's how to solve it:

The //= require rails.validations

must be done before the //= require_tree

http://www.ddarrensmith.com/blog/2012/05/17/ruby-on-rails-client-side-validation-with-validation-helpers-and-twitter-bootstrap/

Avatar

@Gerald: Thanks so much for this fix. This totally solved my problems :)