News
The two common ways to call a Ruby block - Code with Jason
Ruby blocks can be difficult to understand. One of the details which presents an obstacle to fully understanding blocks is the fact that there is more than one way to call a block.In this post we’ll go over the two common ways of calling a Ruby bl...
A Rubyist's Walk Along the C-side (Part 7): TypedData Objects - Peter Zhu
In the previous article, you saw how to define and use Ruby classes and modules through the C API. However, you might have noticed that for pretty much every operation, we needed to call into Ruby (e.g. reading and writing instance variables, call...
Choosing the Right Technology for SaaS Product Development: Benefits of Ruby on Rails
Being the largest segment of the global public cloud services market, the SaaS industry is constantly growing. Undoubtedly, the launch of a SaaS application might be a very lucrative business.But it is not always easy to start up a successful SaaS...