Skip to content

QActiveResource

Thursday, 6 May 2010  |  scott wheeler

I thought this might be interesting for some folks in the KDE world -- for work stuff we needed a fast implementation of Ruby's ActiveResource, so I wrote a Qt / C++ ActiveResource consumer. The performance relative to the default Rails backend is somewhat telling:

It gives a nice QVariant-filled API for working with Rails web services APIs. Full story is here and the code up on GitHub.