Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: IKEGAMI Daisuke
RE: Rails compatability? [ reply ]  
2006-11-28 21:43
Hi, Mark

Sorry that I couldn't reply quickly.
Your idea, using Ming/Ruby for RoR is interesting for me. However, I don't have any idea because I have not used Ruby on Rails. It seems not to keep movie into some buffer/array. Please send us a patch or contact us via email if you add a new feature for RoR. Thanks.

By: Mark Riedesel
Rails compatability? [ reply ]  
2005-11-03 00:19
I've managed to get Ruby Ming working fine within regular ruby scripts, but I am trying to find a way to use it inside Ruby on Rails applications. The problem is SWFMovie.output outputs everything directly to STDOUT rather than to a buffer/array inside ruby. I could save the output to a file and then load it back into the ruby script, but that makes things complicated.

Does anyone know of a way to do this? Thanks in advance,

Mark Riedesel