How Do I include / exclude specific css and js file in specific views in rails?
at the moment I include all basic files in the the application.html.erb but some files and css don't play nice together, and I'd like to explicitly include the files needed for every page/view.