Now I have more than 20 js libraries on my assets/javascript folder and my application.js is including all of them on every render but I just started to have some conflicts with one or two libraries....
My application.js looks like this:
//
//= require jquery
//= require jquery_ujs
//= require_tree .
//
What I want to know is How can I call some libraries only on some controllers and some actions? and not load all of them on the entire application.