Rails 3.1 serving images from vendor/assets/images
问题 I am trying to put some external images (used by a jQuery plugin) to vendor/assets/images in my Rails 3.1 app. Problem is that when I try something like: <%= image_tag "ui-bg_flat_75_ffffff_40x100.png" %> I get an error: No route matches [GET] "/assets/ui-bg_flat_75_ffffff_40x100.png" I checked my Rails.application.config.assets.paths and it list these dirs: ..../app/assets/images ..../app/assets/javascripts ..../app/assets/stylesheets ..../vendor/assets/images ..../vendor/assets/stylesheets