Search code examples
Unwanted warning message with g++...


c++rubyg++warningsruby-c-extension

Read More
Will Ruby extensions built in OS X work on Linux?...


rubylinuxmacosunixruby-c-extension

Read More
Using rb_require with rb_protect to embed Ruby in C...


crubyruby-c-extension

Read More
Using ruby's BigDecimal in the C API...


crubybigdecimalruby-c-extension

Read More
Why is RARRAY_LEN not being allocated?...


crubyruby-c-extension

Read More
How do I use other build systems with rubygems?...


rubyrubygemsbuild-scriptruby-c-extension

Read More
Why am I able to directly use some of the ruby C extension array methods, but not others?...


crubyruby-c-extension

Read More
How do I access a ruby array from my c extension?...


crubyruby-c-extension

Read More
How to control output generated from extconf.rb depending on OS?...


rubymakefileruby-c-extension

Read More
How I retrieve a 'standalone' symbol on Ruby's C extension API...


crubysymbolsruby-c-extension

Read More
Passing ruby array values into a C array...


crubyruby-c-extension

Read More
Segfault in Ruby Extension Code...


c++cboostruby-c-extension

Read More
Data_wrap_struct and mark function...


crubyruby-c-extension

Read More
(U) Ruby Extensions: rb_gc_mark() and instance variables...


crubyruby-c-extensionmark-and-sweep

Read More
Ruby c extensions: How can I catch all exceptions, including things that aren't StandardErrors?...


crubyexceptionruby-c-extensionrescue

Read More
How to retrieve structure members of a struct type variable in C, passed from ruby script?...


crubyruby-c-extension

Read More
Can objects made with c extensions instantiate and manage each other?...


crubyruby-c-extension

Read More
How to efficiently merge two hashes in Ruby C API?...


crubyruby-c-extension

Read More
ruby extconf.rb example...


rubyruby-c-extension

Read More
How to run my ruby application using ruby extension library (in c), in windows?...


crubywindowsruby-c-extension

Read More
Ruby 1.9.1-p378 C Extension rb_block_call Weirdness...


crubyparametersruby-c-extension

Read More
Ruby 1.8.7: Segfault on calling function inside C extension...


crubydebuggingruby-c-extension

Read More
Strange behaviour with costructors in Ruby C extension...


crubyconstructorruby-c-extension

Read More
Is there something wrong with how I'm referencing my instances in this C extension?...


crubyruby-c-extension

Read More
Using curl/libcurl in a C Ruby extension...


crubycurllibcurlruby-c-extension

Read More
How do I avoid cross-thread violations in a Ruby extension?...


crubymultithreadingruby-c-extension

Read More
Ruby C Extension using Singleton...


crubyruby-c-extension

Read More
Why is my C extension not creating unique instances?...


crubyruby-c-extension

Read More
Native C Extension if Library is Available...


ruby-on-railsrubyruby-c-extension

Read More
How do I convert a Proc to a block in a Ruby C extension?...


crubyruby-c-extension

Read More
BackNext