Displaying 3 results from an estimated 3 matches for "rmovie".
Did you mean:
movie
2007 Aug 09
2
Rmovie on windows
Can rmovie be installed in a windows environment?
When I run "gem install rmovie".
It gives the following error:
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extco...
2007 Oct 28
4
A better way to stub out constants
Hi
Something that''s gnawing at me... to avoid using the SQLite3 gem I''m
stubbing it out like this:
before(:each) do
@database = mock("SQLite3 database")
SQLite3 = Module.new
SQLite3::Database = Class.new
SQLite3::Database.stub!(:new).and_return(@database)
end
But then it keeps nagging me:
2008 May 30
1
how to use RMovie
hello i''m new to rails,
actually working in Flex 3
i want to ask that how actually works RMovie to convert into flv on
rails which r i uploaded from flex.
Video r uploaded successfully , but how to convert it and happen
related work(like snapshots,etc).
thx you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups &...