Displaying 1 result from an estimated 1 matches for "my_modelname".
2006 Sep 30
2
Using a C program inside of Rails
Hi,
I have a compiled c program I use to do text processing.
It operates as a pipe:
cat sometext.txt | /usr/local/bin/my_c_program > othertext.txt
I want to use it to process text which is typed into
a textarea field in an HTML form.
What are some options I have to make use of this
executable so I could use it as a text filter inside
of Rails?
-Dan