Book Review: The Merb Way
A review of "The Merb Way", by Foy Savas.
Tweet 0 CommentsSave Tags: books, frameworks, reviews, ruby
State of Ruby VMs: Ruby Renaissance
There are 8 alternative Ruby VM's and 4 of them will hit 1.0 status in the upcoming year. A detailed look at the past year and where the community is... more »
Setup Ruby Enterprise Edition, nginx and Passenger (aka mod_rails) on Ubuntu
The following is a very short guide on setting up Ruby Enterprise Edition (REE), nginx and Passenger, for serving Ruby on Rails applications on... more »
Tweet 0 CommentsSave Tags: how-to, ruby, tools, unix-linux
Converting an XML file to a CSV file using ruby
Snippet on how to convert xml to csv using ruby
Tweet 0 CommentsSave Tags: ruby, xml
Comparing Ruby Community Statistics
We're calculating community statistics is so we can discover trends across the Ruby community. For example, we can compare the ratio of lines of... more »
RightRails Was Updated
RightRails is a ruby-on-rails plugin for the RightJS javascript framework. And it was just updated with new features. By the link, there are some... more »
Tweet 0 CommentsSave Tags: ajax, javascript, ruby, web design
Easy Partials in Rails
I created something at my job that has proven to be extremely useful that I think many people could benefit from. I like to call it Easy Partials, and... more »
Tweet 0 CommentsSave Tags: frameworks, ruby