Hey everyone, I''ve been dealing with Rails 3, Paperclip and Windows 7 for a few nights now and don''t feel like I''m actually getting anywhere. I''ve hit config issue after config issue and it''s a bit of a nightmare. Can anyone recommend any other gems that will accomplish the same thing? Thanks, Brandon -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
http://github.com/jnicklas/carrierwave http://github.com/technoweenie/attachment_fu On 29 сен, 09:59, Brandon Greeley <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hey everyone, > > I''ve been dealing with Rails 3, Paperclip and Windows 7 for a few nights > now and don''t feel like I''m actually getting anywhere. I''ve hit config > issue after config issue and it''s a bit of a nightmare. Can anyone > recommend any other gems that will accomplish the same thing? > > Thanks, Brandon > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
I''d recommend using a virtual machine with linux on top of windows. Windows have many issues, try something like http://www.virtualrails.org/ . You will change something now and you will be forced to change it again in case of the deployment on a linux server. On 29 Σεπτ, 12:03, NARKOZ <narkoz.2...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> http://github.com/jnicklas/carrierwavehttp://github.com/technoweenie/attachment_fu > > On 29 сен, 09:59, Brandon Greeley <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > Hey everyone, > > > I''ve been dealing with Rails 3, Paperclip and Windows 7 for a few nights > > now and don''t feel like I''m actually getting anywhere. I''ve hit config > > issue after config issue and it''s a bit of a nightmare. Can anyone > > recommend any other gems that will accomplish the same thing? > > > Thanks, Brandon > > -- > > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
From attachment_fu documentation: attachment_fu is a plugin by Rick Olson (aka technoweenie <http:// techno-weenie.net>) and is the successor to acts_as_attachment. To get a basic run-through of its capabilities, check out Mike Clark''s tutorial <http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu>. If you''re uploading image files, you may have many issues with the image libraries (ImageScience, RMagick, minimagick). I don''t use Windows. On Sep 29, 12:59 am, Brandon Greeley <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hey everyone, > > I''ve been dealing with Rails 3, Paperclip and Windows 7 for a few nights > now and don''t feel like I''m actually getting anywhere. I''ve hit config > issue after config issue and it''s a bit of a nightmare. Can anyone > recommend any other gems that will accomplish the same thing? > > Thanks, Brandon > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Jeff Mapleberry wrote:> Hey everyone, > > I''ve been dealing with Rails 3, Paperclip and Windows 7 for a few nights > now and don''t feel like I''m actually getting anywhere. I''ve hit config > issue after config issue and it''s a bit of a nightmare. Can anyone > recommend any other gems that will accomplish the same thing?I think attachment_fu is obsolete. Everyone uses Paperclip. The real issue: why are you torturing yourself by trying to do Rails development on Windows?> > Thanks, BrandonBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.