Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when Rails.application.config.assets.prefix == '/assets' #38

Closed
thibaudgg opened this issue Jan 10, 2012 · 2 comments
Closed

Problem when Rails.application.config.assets.prefix == '/assets' #38

thibaudgg opened this issue Jan 10, 2012 · 2 comments

Comments

@thibaudgg
Copy link

With version 0.2.4 when Rails.application.config.assets.prefix == '/assets' (which I think is the default) assets are uploaded in an blank repository in our S3 bucket (//assets/...).
I think some prefix.sub(/^\//, '') must be needed somewhere :)

@davidjrice
Copy link
Contributor

Great, thanks. Have pushed out 0.2.5 which should fix this issue.

@thibaudgg
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants