Article about Ruby on Rails and tips and tricks how to make your test suite run smoothly.
Tag: performance
A performance note on Ruby on Rails migrations
An article about indexes, migrations and performance.
Ruby on Rails web application performance gains – thread and fibers
Developers who want their Rack and Rails applications perform better and faster scale their applications by running multiple processes or using threads or… they are just using Ruby 1.9 fibers and event-based EventMachine-driven libraries.

