#324 Passing Data to JavaScript


Feb 13 2012 6 mins  
There are a variety of ways to pass variables from a Rails application to JavaScript. Here I show three techniques: a script tag, a data attribute, and the Gon gem.