I''m just curious what most folks are using to handle image uploads - attachment_fu, UploadColumn, or something else? Are there distinct advantages to one of these over the other(s), or is it sort of just a matter of taste? Thanks . . . -- Bill Kocik http://bkocik.net --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Bill I use upload_column, what I look for is, if it is under good maintaince. greetinx Rafael On 17 Jun., 16:16, "Bill Kocik" <bko...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m just curious what most folks are using to handle image uploads - > attachment_fu, UploadColumn, or something else? Are there distinct > advantages to one of these over the other(s), or is it sort of just a > matter of taste? > > Thanks . . . > > -- > Bill Kocik > > http://bkocik.net--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m a big attachment_fu fan - love the s3 integration. -A On 6/17/07, Bill Kocik < bkocik-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I''m just curious what most folks are using to handle image uploads - > attachment_fu, UploadColumn, or something else? Are there distinct > advantages to one of these over the other(s), or is it sort of just a > matter of taste? > > Thanks . . . > > -- > Bill Kocik > > http://bkocik.net > > > >-- Andrew Kuklewicz --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jun 17, 2:02 pm, "Andrew Kuklewicz" <kooks...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m a big attachment_fu fan - love the s3 integration.Yes, that is a very nice feature - and one that I forgot about. It also seems at a cursory glance (I didn''t dig in, so I could very well be wrong) that UploadColumn is very much tied to RMagick. I''d personally prefer to use Image Science in my app, which a_fu nicely supports. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I can''t speak to the quality of the integration with image science, but I agree, a_fu is quite flexible with its image manipulation lib options. I have seen others comment on the scant documentation - but I have found the docs adequate in combination with blog entries, and reading the code (what a novel idea!). -Andrew Kuklewicz http://beginsinwonder.com On 6/17/07, Bill Kocik <bkocik-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > > > On Jun 17, 2:02 pm, "Andrew Kuklewicz" <kooks...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m a big attachment_fu fan - love the s3 integration. > > Yes, that is a very nice feature - and one that I forgot about. It > also seems at a cursory glance (I didn''t dig in, so I could very well > be wrong) that UploadColumn is very much tied to RMagick. I''d > personally prefer to use Image Science in my app, which a_fu nicely > supports. > > > > >-- Andrew Kuklewicz --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---