I''m trying to decide which attachment plugin best suites the needs for my project. I have a model that I want to associate one or many attachments to. The content-type of the attachment will vary as well (pdf, jpeg, doc, zip), not just an image type. Thanks for any help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Benjamin Curtis
2008-Nov-07 16:32 UTC
Re: Which is the best attachment plugin for my situation?
Either paperclip or attachment_fu will serve you well. -- Benjamin Curtis http://railskits.com/ - Ready-made Rails code http://catchthebest.com/ - Team-powered recruiting http://www.bencurtis.com/ - Personal blog On Wed, Nov 5, 2008 at 1:23 PM, JL Smith <autiger02-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I''m trying to decide which attachment plugin best suites the needs for > my project. I have a model that I want to associate one or many > attachments to. The content-type of the attachment will vary as well > (pdf, jpeg, doc, zip), not just an image type. Thanks for any help! >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
blasterpal
2008-Nov-07 17:42 UTC
Re: Which is the best attachment plugin for my situation?
I think paperclip is SOOO much easier to work with than attachment_fu. But if things get more complicated attachment_fu is very good too. H On Nov 7, 11:32 am, "Benjamin Curtis" <benjamin.cur...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Either paperclip or attachment_fu will serve you well. > -- > Benjamin Curtishttp://railskits.com/- Ready-made Rails codehttp://catchthebest.com/- Team-powered recruitinghttp://www.bencurtis.com/- Personal blog > > On Wed, Nov 5, 2008 at 1:23 PM, JL Smith <autige...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m trying to decide which attachment plugin best suites the needs for > > my project. I have a model that I want to associate one or many > > attachments to. The content-type of the attachment will vary as well > > (pdf, jpeg, doc, zip), not just an image type. Thanks for any help!--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Trasbo
2008-Nov-07 19:02 UTC
Re: Which is the best attachment plugin for my situation?
Jl Smith wrote:> I''m trying to decide which attachment plugin best suites the needs for > my project. I have a model that I want to associate one or many > attachments to. The content-type of the attachment will vary as well > (pdf, jpeg, doc, zip), not just an image type. Thanks for any help!I Agree, Paperclip is just great. Ryan Bates made an excellent screencast on it. Railscasts #134 "Paperclip" (http://railscasts.com/episodes/134-paperclip) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---