Displaying 3 results from an estimated 3 matches for "videos_controller".
Did you mean:
video_controller
2008 Jun 09
10
Testing file attachment with Paperclip
...stub!( :has_attached_file ).with( :name ).and_return( true )
has_attached_file is from paperclip, it gets mixed to the model.
1)
RightAws::AwsError in ''VideosController should create a valid Video''
AWS access keys are required to operate on S3
/Users/ngw/zooppa-4/app/controllers/videos_controller.rb:6:in `create''
/Users/ngw/zooppa-4/spec/controllers/videos_controller_spec.rb:17:
Maybe I missed something ?
TIA,
ngw
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2435 bytes
Desc: not available...
2012 Mar 18
0
Zencoder tutorial skipping certain steps
...utorial
- http://factore.ca/on-the-floor/65-automatically-encode-video-to-html5-formats-with-zencoder
What exactly do I need to do where it says:
"Now you need to add a method that will accept notifications from the
Zencoder service to the controller, which I''m assuming is called
videos_controller. (This is also where you''ll have your new, edit, create,
update, etc. methods for videos, which I''m assuming you are fully capable
of creating yourself - you will need at minimum new and create actions so
you can upload the original videos)."
Unfortunately, I''m n...
2012 Jan 27
4
Redirecting to create new page with input
Rails 3.1.3
I believe this is a very very fundamental question, but since I am new
to Rails, it''s more productive to ask someone to point out what I need
to do.
Say, I have a search method that generates a list of youtube videos. I
have completed this part.
And also, I have set up a database, Video, whose fields are video_title
and URL.
I need to place a button to each of these video