Simple Javascript Joyride plugin in rails
问题 I'm afraid my plugin isn't working properly because of a misunderstanding of rails. I'm adding zurbs joyride plugin to an index page. I have the following in vendor/assets/javascripts/joyride - joyride-2.0.3.js jquery.cookie.js modernizr.mq.js And referencing them the following way in application.js - //= require jquery //= require jquery-ui //= require jquery_ujs //= require joyride/joyride-2.0.3 //= require joyride/modernizr.mq.js //= require joyride/jquery.cookie //= require_tree . And the