September 4th, 2008
Currently the best method I've got is too use Newrelic's RPM service.
More »
August 14th, 2008
The most important thing is to keep yourself focused. Rails is huge and complicated, you'll always have to know what you want to do.
More »
July 28th, 2008
I've spent an afternoon to make my Dell / OpenSUSE / Firefox to play Quicktime movies.
More »
July 28th, 2008
After almost a year of working with Rails this is my guide how to learn Rails.
More »
July 26th, 2008
According to DHH a Rails application does not need too much documentation. (check the post here)
More »
June 26th, 2008
I was trying last couple of days to move my app from Rails v1.2.3 to the newest Rails v2.1.0. Without success.
More »
June 16th, 2008
This refresh button will update only the table itself via an Ajax call.
More »
June 11th, 2008
Testing controllers let me understand what are mocks and stubs.
More »
June 10th, 2008
Testing has_many, and habtm relationships with RSpec is now DRY.
More »
June 9th, 2008
The first, and the "good enough" reason to test your Ruby on Rails application thoroughly is that Ruby is not a compiler but an interpreter, if not tested your application can halt even on a banal syntax error.
More »