On Wed, Oct 1, 2008 at 12:05 PM, Neil Cauldwell <
[EMAIL PROTECTED]> wrote:

>
> Keith Norman wrote:
> > here's how to use convert_options from the comments in paperclip.rg:
> >
> > has_attached_file :avatar, :styles => { :large => "300x300", :negative
> > => "100x100" }
> >                                 :convert_options => {
> >                                  :all => "-strip",
> >                                  :negative => "-negate"
> >                                  }
> >
> > On Sep 2, 8:45 am, Neil Cauldwell <[EMAIL PROTECTED]>
>
> Thanks Keith, I'm almost 100% done with implementing Paperclip, I just
> need to mock the calls to S3 and make at a background worker for pushing
> to S3 instead of tying up mongresl (the later won't be so easy).
>
> ...


Both backgroundjob and spawn are great ways to do this.  I use both to great
affect to do the same thing.

--
Benjamin Curtis
http://railskits.com/ - Ready-made Rails code
http://catchthebest.com/ - Team-powered recruiting
http://www.bencurtis.com/ - Personal blog

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to