when to put images to app/asssets and when to /public/images in rails 3.1?
I still don't quite get it, where to put images in rails 3.1, in these situation: Images are processed (f.e. by paperclip or by dragonfly ) and stored in folder (not with external service like s3, ..f.e. in develompent) when I have just images, that I'll use in stylesheet (f.e. backrounds) Icons (AppStore, Facebook ...) thanx Stylesheet images should be placed in app/assets, while files uploaded by paperclip in public/system. In case of assets , fingerprints will be created for every file, so they can be properly cached. If cached file changes, fingerprint changes too and in such way cache is