Folksonomy > Howto
September 4th, 2008
Currently the best method I’ve got is too use Newrelic’s RPM service.
July 26th, 2008
According to DHH a Rails application does not need too much documentation. (check the post here)
June 16th, 2008
This refresh button will update only the table itself via an Ajax call.
June 11th, 2008
Testing controllers let me understand what are mocks and stubs.
June 10th, 2008
Testing has_many, and habtm relationships with RSpec is now DRY.
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.
June 5th, 2008
Users will be able to customize columns like in this example (click the “Customize” button)
May 27th, 2008
By using the magic render_component.
May 17th, 2008
Sometimes a model managed with ActiveScaffold must be visualized/configured in different ways.
April 14th, 2008
Subforms are handling weird hidden/excluded AS fields.