Www.ebcmi.com Www.ebcmi.com
2010-Dec-16 20:56 UTC
ruby on rails - Video upload And video chat questions
I have not understood how to upload images/video/ or video chats with ruby onrails yet. Would I need to make a model for each of those types of data? Profile Model Like for instance, Name:string age:integer. But how would I put a video model or a video chat model or image model. Any help given is good. -- 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.
Marnen Laibow-Koser
2010-Dec-16 21:00 UTC
Re: ruby on rails - Video upload And video chat questions
Www.ebcmi.com Www.ebcmi.com wrote in post #968942:> I have not understood how to upload images/video/ or video chats with > ruby onrails yet.Most people use Paperclip.> Would I need to make a model for each of those types > of data? > Profile Model > Like for instance, Name:string age:integer.It will often be helpful.> > But how would I put a video model or a video chat model or image model.The same way you''d put any other model. What don''t you understand?> > > Any help given is good.Best, -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Sr nuwton Sr
2010-Dec-16 21:03 UTC
Re: ruby on rails - Video upload And video chat questions
Thanks I didn''t know what plugin would help me -- 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.