Search code examples
C++ in Ruby C extensions, pointer problems...


c++rubyfunction-pointersruby-c-extension

Read More
Ruby C extensions API questions...


crubyruby-c-extension

Read More
Unable to complete simple example for Rice (Ruby). What am I missing?...


c++rubyruby-c-extension

Read More
Add a C native method to a pre-existing Ruby class...


rubyruby-c-extension

Read More
Is it possible to use rb_cIPSocket in ruby C extension...


rubyruby-c-extension

Read More
Ruby C-Extension for manipulating Binary Data...


rubyruby-c-extension

Read More
pg_ext throws 'C extension initialized against invalid ruby runtime' on jruby (rvm)...


jrubypgruby-c-extension

Read More
Creating Ruby Time objects from C extension...


rubyruby-c-extension

Read More
Should I use ALLOCA_N if I'm going to release the memory myself?...


rubyruby-c-extension

Read More
ruby c extension internal structure...


rubyruby-c-extension

Read More
Ruby C extension rb_str_new2 seems to return false...


crubyruby-c-extension

Read More
how to rb_protect everything in ruby...


rubyruby-c-extension

Read More
Defining classes in modules with the Ruby C API...


crubyruby-c-extension

Read More
Ruby extension, transferring big data flow to ruby...


rubyruby-c-extension

Read More
Ruby C extension can't be 'require'd...


rubyruby-c-extension

Read More
#include <ruby.h> It's not working...


crubyvisual-c++includeruby-c-extension

Read More
How should marking be accomplished on arrays of VALUE* in a Ruby extension?...


crubygarbage-collectionruby-c-extension

Read More
Ruby C extension, how to recover from segmentation fault...


crubyruby-c-extension

Read More
Testing equality of symbols using the Ruby C API...


crubyruby-c-extension

Read More
How are local references to Ruby objects prevented from being collected...


rubyruby-c-extension

Read More
How to Compile a Ruby C Extension and link libcurl on Windows...


crubywindowsnmakeruby-c-extension

Read More
unable to create a C++ ruby extension...


c++rubymacosboostruby-c-extension

Read More
How does ruby represent strings internally?...


crubyencodingcharacter-encodingruby-c-extension

Read More
Ruby C Bindings vs. Ruby Wrapper for System Calls...


rubybindingruby-c-extensionsystemwrapper

Read More
How does one overwrite a rb_ function in a ruby c extension?...


crubyruby-c-extension

Read More
When developing a rubygem with C extensions, how do you test locally with Rspec?...


rubyrubygemsruby-c-extensionextconf.rb

Read More
Ruby C API `defined? SomeConstant` equivalent?...


crubyruby-c-extension

Read More
How to convert a string taken out from a Ruby array into a C/C++ String...


c++rubyruby-c-extension

Read More
C++ std::string to Ruby VALUE...


c++rubyruby-1.9.3ruby-c-extension

Read More
Compiling Ruby C++ Extension...


c++rubyruby-1.9.3ruby-c-extension

Read More
BackNext