-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add support for image uploads #67
Comments
I would like to put in a request for Paperclip since the app I am developing already uses it. But I don't have any data to back that choice up. |
Yea, I'd echo the support for Paperclip. I prefer it. |
Carrierwave is better because it separates the uploaders from the model. Carrierwave uploaders are also easily reusable across models. |
+1 for carrierwave |
My experience is with Paperclip, but any method of image uploading would be welcomed - for me it's the top missing feature. |
Any progress on this. Its a huge feature that makes choosing a different blog engine easier. |
We haven't planned out how to approach this yet. If you'd like to contribute, we'd welcome your input. Otherwise, it's not likely to be added for a few months yet. Our team has client work which we need to focus on right now. |
We need to add support for uploading one or more images to a blog post. Any thoughts on the best way to implement this?
Would people be happy with using Carrierwave as the main uploader?
The text was updated successfully, but these errors were encountered: