Hi, Looking for a gem/plugins with the purpose of uploading/encode/decode video''s to flash. Someone ideas? Grtz..remco -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Remco Swoany wrote:> Hi, > > Looking for a gem/plugins with the purpose of uploading/encode/decode > video''s to flash. > > Someone ideas? > > Grtz..remcoBasically you are asking for vimeo''s source code... All the tools exists as free software, it''s up to you to code the glue to make the pieces stick together. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Remco, You may have interests on our AnkoderOnRails plugin :) http://doc.ankoder.com/ - Jan * Remco Swoany <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> [2008-12-17 10:33:33 +0100]:> > Hi, > > Looking for a gem/plugins with the purpose of uploading/encode/decode > video''s to flash. > > Someone ideas? > > Grtz..remco > -- > 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-/JYPxA39Uh5TLH3MbocFFw@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 > -~----------~----~----~----~------~----~------~--~----- jan=callcc{|jan|jan};jan.call(jan)
Remco Swoany wrote:> Looking for a gem/plugins with the purpose of uploading/encode/decode > video''s to flash.Check out WhooTube at http://www.nedforce.com/products/whootube-flash-video-community-portal/. It''s been a while since it''s been updated, but you should be able to get it up and running without too much hassle. -- Roderick van Domburg http://www.nedforce.com -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://code.google.com/p/rvideo/ On Dec 17, 1:33 am, Remco Swoany <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > Looking for a gem/plugins with the purpose of uploading/encode/decode > video''s to flash. > > Someone ideas? > > Grtz..remco > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Roderick van Domburg wrote:> Remco Swoany wrote: >> Looking for a gem/plugins with the purpose of uploading/encode/decode >> video''s to flash. > > Check out WhooTube at > http://www.nedforce.com/products/whootube-flash-video-community-portal/. > It''s been a while since it''s been updated, but you should be able to get > it up and running without too much hassle. > > -- > Roderick van Domburg > http://www.nedforce.comHi Roderick, I just download the WhooTube app. Great software, just the code i am looking for. I think there are some upgrade issues. A secret is required to generate an integrity hash for cookie session data. So i added, config.action_controller.session in my env. After that i get the message NoMethodError (protected method `with_scope'' called for #<Class:0x1f5cc50>) I think it is a security issue...can you give me some advice.. Thanks... remco -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Remco,> Roderick van Domburg wrote: >> Check out WhooTube at >> http://www.nedforce.com/products/whootube-flash-video-community-portal/. >> It''s been a while since it''s been updated, but you should be able to get >> it up and running without too much hassle. > > I think there are some upgrade issues. A secret is required to generate > an integrity hash for cookie session data. So i added, > config.action_controller.session in my env. > > After that i get the message > > NoMethodError (protected method `with_scope'' called for > #<Class:0x1f5cc50>) > > I think it is a security issue...can you give me some advice..with_scope has become protected in later Rails versions. You should rewrite it to use named_scope in the model instead. -- Roderick van Domburg http://www.nedforce.com -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---