UPDATE I've been trying to merge the code from Working paperclip and paperclip_with_hobo example (sorry for wrong post but i cant seem to be able to reply there anymore) The strange thing is that when i create a new model Upload it works just great in my existing project but if i try to fit it into my existing Product model sh** hits the fan First of all I don't seem to have a form for Product so its crying about the extend .. when i def the tag things start getting weird. The best I got is getting all the photo fields editable in the new product card when i comment out the form. without it commented out the two form fields replace the whole card but still i get "Name:" with no way to edit and in the photo i get text path to missing.jpg and the create button is missing.
How do I merge the example code right ? PS. I wish this was a forum with a "Edit" link for the post On Sep 2, 10:17 pm, Scorpio <[email protected]> wrote: > I know the topic has been around but not quite in the flavor I'd > like. > > The paperclip guide thats on this group is a bit overkill because > 1. Github (I'm not sure how my host will react with that content later > on) > 2. I'm not a fan of patching existing code so that it just works with > something because you never know when its gonna fall apart used with > stuff it wasn't made for > 3. Its a pain to install imho since you have to follow like 4 sets of > different guides > 4. It has the auto display image on page of the upload if I'm reading > it correctly and thats something i don't want because I might have to > modify that display and I have no idea about the plugins inner- > workings so doing anything to it might be equal to data loss and many > hours to get it to work again > > what I need is something that simply uploads (multiple files would be > best - browse -> shift/ctrl select ->upload) and show the progress bar > of the upload. I'll handle the displaying myself -- 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.
