Packaging Ruby C extensions in nice gems
In the first part of this series on Ruby and C, we’ve seen how easy it is to write a C extension and use it in Ruby environment. However, in real world problems, a Ruby…
In the first part of this series on Ruby and C, we’ve seen how easy it is to write a C extension and use it in Ruby environment. However, in real world problems, a Ruby…
My recent contribution to Rails: rails-ajax. Here is its story: I am always amazed to see how simple the Ajax use-case can be, how many websites could take benefit from a basic Ajax setup, and…