9 years ago
1
Organizing Javascript in Rails Application With Turbolinks
It’s impossible to escape Javascript in a Rails application. From a tiny script to a full-on Javascript framework, websites are becoming more and more reliant on Javascript, whether we like it or not.
Continue Reading http://brandonhilkert.com
Join the Discussion
here's one approach to organizing small/moderate amounts of—sometimes page-specific—javascript in a rails app.
another I've seen a lot of is Paul Irish's DOM-based routing script, which then got some treatment from Jason Garber and Niki Liu.
how do you tackle organizing javascript in your apps?