I\'ve been transitioning an app to Rails 3.1 (and now on to 3.2) and watched the Railscast on the asset pipeline. I moved all of my third-party jquery plugin files to the /v
You can add something like this in your app/assets/javascripts/application.js file to include all the vendor javascripts:
app/assets/javascripts/application.js
//= require_tree ../../../vendor/assets/javascripts/.