This site is dedicated to further knowledge about creating Ruby on Rails applications professionaly. We discuss Ruby on Rails features from a performance angle, discuss Ruby on Rails performance analysis methods, provide information on Ruby on Rails scaling and benchmark Ruby on Rails performance for each release. We discuss best practices for selecting Ruby on Rails session containers, fragment and page caching and optimizing database queries.

railsbench edge version available from github

Posted 16 Feb 2009

A while ago I moved my railsbench source repository to github. One of the benefits I hoped for was the possibility to have prerelease versions of the railsbench gem available for other people to try out, with minimal effort on my side. But github didn’t manage to build my gem automatically, as promised. I followed all instructions to the letter, but it just didn’t build. But recently the github gem builder received an update and now it does seem to work.

From now on you can install the bleeding edge version of railsbench from github. Do

gem sources -a http://gems.github.com

to add github as a remote gem repository and then do

sudo gem install skaes-railsbench

There a lots of changes in the upcoming release, as I haven’t released a new version for a long time. They are summarized in latest_changes.txt

Regards,

Stefan

Posted in railsbench | Tags railsbench

Comments

blog comments powered by Disqus