upload videos with caption on youtube in rails 3.x - ruby-on-rails-3

I am using youtube_it gem for uploading video on youtube.I want to upload videos with caption file on youtube.I am not able to find any method for uploading videos with captions in this gem. Is there any better gem or any other solution for this scenario in rails 3.x with ruby version 1.9.x?

some one has add this functionality in fork.
https://github.com/nazarhussain/youtube_it

Related

Rails getting error when generating shopify app

I'm getting an error when generating shopify app using rails. Screenshot is shown below:
Can anyone tell me what is going wrong?
You have probably added the shopify gem to the gems file.
all you need to do is to run
bundle install
so the app will install and use the new gem

Rails 3.2 Asset Pipeline, CarrierWave and .gitignore

I'm using CarrierWave gem and Rails 3.2. When in production, Rails requires me to pre-compile the user image folder.
Currently my CarrierWave upload images to public/assets/images and I'm ignoring public folder in .gitignore.
Is there a better practice for this?
This question and answers provide you with better options for managing CarrierWave upload images

Gem for push notifications for Android and iOS

I am working on a project in Ruby 1.9.2 and Rails 3 and I am looking for a gem to send push notifications to my iOS app and to my Android app.
I have found one for iOS jtv-apns gem but as I have asked in this question, I haven't been able to make it work and I haven't received any answers yet.
I have also found apn_on_rails but as the instructions are not for rails 3, I don't know if it is compatible.
For android, all I have found is c2dm_on_rails so far, but only works with ruby 1.8 and rails 2.
As suggested in this question, Urban ship is not an option for me right now. I would like to implement it myself or find a gem to help me do that.
Do you know any gem I can use for ruby 1.9 and rails 3 or a good tutorial I can follow?
I ended up using apn_on_rails the rails 3 branch. You can find a really good tutorial here
And for android I used speed_c2dm
Use Prowl iOS client and
prowler gem
http://www.prowlapp.com
If someone knows a better solution that is up2date please post as comment!

video upload in rails 3

Is there any gem or plugin for uploading videos in rails application? can anybody suggest a gem or plugin for uploading videos in rails 3? please help me in this regard with a tutorial.. Im new to rails.
I created a gem for this very specific reason: https://rubygems.org/gems/paperclip-ffmpeg

Rails 3 - paperclip with perloader

I use for upload my images Paperclip. I would like to ask you, if exist any gem or plugin for showing the preloader while the image is uploading (something like "56% loaded").
it doesn't have to do anything with paperclip actually.
I am using mootools, with mootools I am using FancyUpload which has lots of options and is very well written and easy to debug, rewrite, extend etc...
When you use this, you get an "Ajax" upload with a progress bar.
if you are using jQuery, there are many plugins for that as well.
it's very easy to integrate into the project.