From the page: "Ruby is a fast language, and a great one in so many ways, but nothing in this world is truly free. ItâÂs very easy to do things that seem inconsequential but that later can bring your application to a grinding halt. In this post, IâÂll outline five important ways that you can avoid some of the most common problems Rails apps encounter."
- Sumanth
Rasta is a keyword-driven test framework using spreadsheets to drive testing. It's loosely based on FIT, where data tables define parmeters and expected results. The spreadsheet can then be parsed using your test fixtures. For the underlying test harness, Rasta uses RSpec so in addition to reporting results back to the spreadsheet you can take advantage of RSpec's output formatters and simultaneously export into other formats such as HTML and plain text.
- Sumanth