Rails 4.0.3 generating incorrect asset paths with asset_sync
问题 I have used the asset_sync gem many times before with great success, but using it in a Rails 4.0.3 project seems to have caused a problem. The assets are uploaded, hashed and gzipped to the target directory (I just went with the default 'assets'), but when running the application in staging/production environment the paths are incorrect. They take on the form: S3_DOMAIN.com/stylesheets/application.css Instead of: S3_DOMAIN.com/assets/application-HASH.css Has anyone else experienced this