Embed youtube video in rails application

Hi,

I want embed youtube video in my rails application, I’m using rails
1.2.6, will you suggest the links.

I’ve tried from so many sites, nothing is working.

example sites:-

http://www.railslodge.com/plugins/1214-acts-as-video-fu
http://www.rorexperts.com/how-to-upload-videos-to-youtube-from-ruby-application-t762.html

and etc also.

Probably because you are using rails 1.2.6 which is pretty old version
of rails.

cielo wrote in post #1044684:

Probably because you are using rails 1.2.6 which is pretty old version
of rails.

Is there any solution to solve this, anyone please guide.

On 8 February 2012 08:54, Deepika V. [email protected] wrote:

cielo wrote in post #1044684:

Probably because you are using rails 1.2.6 which is pretty old version
of rails.

Is there any solution to solve this, anyone please guide.

AFAIK “embedding” a Youtube vid is a case of adding an iframe to your
view with the appropriate video ID. Nothing to do with Rails: