Page Specific Javascript in Rails
Adding page specific Javascript to a Rails application is surprisingly complex if you want to minimize the number of requests to the server. I wrote a post about adding page specific Javascript to a Rails application without an additional server request.
Post a comment