Hi all :style => {:thumb => ''200x200>''} is not working for paperclip gem help thanks -- 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.
So whats the problem? Is it creating 199 by 199 thumbnails? Is it creating 20000 by 20000 thumbnails? Is it doing nothing? Is it crashing your web server? What do the log files say? Do you think we are psychic? -- 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.
On 9 July 2010 13:26, debadatta <debadattapradhan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> :style => {:thumb => ''200x200>''} is not working for paperclip gemHow is it "not working"? What error message do you get? -- 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.
On 9 July 2010 13:26, debadatta <debadattapradhan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all > > :style => {:thumb => ''200x200>''} is not working for paperclip gemI don''t use paperclip, but should that be :styles rather than :style? Colin -- 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.
On Jul 9, 5:35 pm, Michael Pavling <pavl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 9 July 2010 13:26, debadatta <debadattaprad...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > :style => {:thumb => ''200x200>''} is not working for paperclip gem > > How is it "not working"? What error message do you get?Actually when I am writing has_attached_file :image in user.rb is working .It''s creating a file like image/id/original/image.jpg, but when I am writing has_attached_file :image , :style => {:thumb => ''200x200>''} the user is can not be saved and also thumb is not created.... Please do help I am a newbie to ROR from few months ago. -- 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.
On 9 July 2010 13:47, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 9 July 2010 13:26, debadatta <debadattapradhan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi all >> >> :style => {:thumb => ''200x200>''} is not working for paperclip gem > > I don''t use paperclip, but should that be :styles rather than :style?+1 "Basic usage" agrees: http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/ -- 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.
debadatta wrote:> Hi all > > :style => {:thumb => ''200x200>''} is not working for paperclip gem > help > > > > > thanksIn general, please don''t start a new thread simply because no-one has responded in a couple of hours... My first recommendation would be as mentioned in earlier replies... RTFM (read the fine manual), and google for other peoples examples of success (or even failure) to determine what might be wrong with your application. -- 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.
On Fri, Jul 9, 2010 at 09:14, Ar Chron <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> My first recommendation would be as mentioned in earlier replies... > RTFM (read the fine manual), and google for other peoples examples of > success (or even failure) to determine what might be wrong with your > application.For more tips on how to ask questions the smart way, see esr''s classic essay, "How To Ask Questions The Smart Way", at: http://www.catb.org/~esr/faqs/smart-questions.html -Dave -- Specialization is for insects. | Professional: http://davearonson.com -Robert Anson Heinlein | Programming: http://codosaur.us -------------------------------+ Leadership: http://dare2xl.com Have Pun, Will Babble! -me | Other: http://davearonson.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-/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.