Re: [Rails] Can rails even gracefully upload?
I personally use paperclip, and not attachment-fu, but I also usually end up making an Asset model that is polymorphically associated with my other models. That way, I can keep all of my file handling stuff in one place, as well as keeping the number of attachments flexible.
On Tue, Jan 5, 2010 at 7:19 AM, brianp <brian.o.pearce@gmail.com> wrote:
Sorry I really just wanted to have a title to catch attention.
I've had no luck with attachment_fu. It almost works but I've failed
at finding a solution to it's pitfalls.
(http://groups.google.ca/group/rubyonrails-talk/browse_thread/thread/
1101ec5b888b3020/a0418430e0b59f42?lnk=gst&q=brianp#a0418430e0b59f42)
&
(http://groups.google.ca/group/rubyonrails-talk/browse_thread/thread/
c0cf0dc1f54b4058/d845bcc159691698?q=#d845bcc159691698)
And Have now failed trying a method described using paperclip.
(http://www.mfischer.com/2009/02/02/multiple-image-upload-and-crop-
with-rails/)
This is a major problem. It's the only thing currently holding back a
project. I can get a simple uploads to occur. but as soon as i need
multiple related attachments and resizing things fall apart. I do
blame myself being a novice with rails but at the same time, it can't
possibly be this hard.
Every demo, tutorial, article I find is almost a year outdated. And
even most of the demos they give with them fail with rails 2.3.5.
Please prove me wrong and tell me how you manage multiple file uploads.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home