Serving images from public folder when using asset pipeline Rails 3.2
问题 I am using Rails 3.2 asset pipeline to serve my assets(images, javascript. css). I have added paperclip for photo uploads. paperclip by default stores files in public/system When I use the url generated by paperclip which is something like /system/users/avatar/000/000/thumb/whatever.jpg It gives me no route error. the file is there at the above location but I think it may be issue with asset pipleline. Any ideas what might be going wrong ? 回答1: just like user451893 said. you should configure