Blogs




According to our estimations altogether there is over a million of programmers who use Ruby
"(..) According to our estimations altogether there is over a million of programmers who use Ruby" (a snippet of my 50-minutes conversation with Artem Sarkisov - product marketing manager from @RubyMine
/ JetBrains)

ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set
PostgreSQLCursor extends ActiveRecord to allow for efficient processing of queries returning a large number of rows, and allows you to sort your result set.In PostgreSQL, a cursor runs a query, from which you fetch a block of (say 1000) rows, proc...

Ruby on Rails vs Node.js - which technology is better for your app?
Node.js and Ruby on Rails are two popular solutions used in web development. Both loved for their simplicity, speed of development, and easy code maintenance, they are often compared and seem to be good alternatives to Python, Java, PHP or .NET.Wh...


