Rails beginner here. I want to use a few plugins (such as videoJS or jQuery UI) that contain both CSS and Javascript files in their downloads. I see that rails separates the two, putting JS in public/javascript and CSS in public/stylesheets.
Where should I put the files so that I can keep the JS and CSS together, and how do I reference them?