BistroCar¶ ↑ github.com/jnicklas/bistro_car Description:¶ ↑ BistroCar serves up CoffeeScript from within your Rails application. Install:¶ ↑ You’ll need to install node.js and CoffeeScript. Add it as a gem dependency to you Rails application: config.gem "bistro_car" Usage:¶ ↑ Add your CoffeeScript files to app/scripts. Then in your layout or wherever else suits you, add: <%= coffee_script_bundle %