Ruby on Rails Monday, June 4, 2012

You usually upload a video by saving an instance of the video on disk
(or on s3 for example), and saving a reference on the database so that
you can retrieve it later. It's easier to use existing gems for this,
like paperclip[1] or carrierwave[2].

Unfortunately, I don't think carrierwave is available for Rails 2.3.x,
but feel free to check it out anyway. Their documentation should also
answer your questions.

[1] https://github.com/thoughtbot/paperclip
[2] https://github.com/jnicklas/carrierwave

On Jun 4, 1:31 am, saritha chakilala <li...@ruby-forum.com> wrote:
> Can any one halp? how to upload a video in ruby on rails (ruby 1.8.7 and
> rails-2.3.8)
>
> --
> 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@googlegroups.com.
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.

No comments:

Post a Comment