Twitter bootstrap – select2-rails gem is not working on Rails4
I have tried given documentation for the select2-rails gem, but my browser console still throws an error. Uncaught TypeError: $(...).select2 is not a function I am using rails 4.0.1& select2-rails 3.5.9.3 My application.js //= require jquery //= require select2 //=…