I ran into an issue in my Rails 4 app while trying to organize JS files \"the rails way\". They were previously scattered across different views. I organized them into separ
$(document).ready(ready) $(document).on('turbolinks:load', ready)