I hate webapps that block. In this case the next step would be to review 
thumbnails of the uploaded image and select the ones to keep. Im using 
paperclip for it's automated generation of multiple image sizes, and the 
controller "just works" but doesn't seem like the RightThing. 

It would be kinder to the user to let them begin selecting whilst the scraping 
is occurring, which would mean asynchronously populating an image chooser with 
AJAX or HTML5.


Sent from my iPhone

On Jan 19, 2011, at 6:43 PM, kevinpfromnm <[email protected]> wrote:

> If those processes take extra time, that particular rails instance will block 
> until the processes are done.  Otherwise, I'd say no... but ask yourself 
> should it be a controller action or a model action that is called
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Hobo Users" 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/hobousers?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to