I want to make a C ++ extension (using external libraries, namely stdlib and OpenCV) for Ruby, and then bring it into a Rails project. Is there anything special I have to do to make it compatible with Rails, or better yet, is there a Rails framework that makes it easy to create record extensions (especially for C ++)?
source share