Tutorials
Roo provides an interface to spreadsheets of several sorts.
Roo implements read access for all common spreadsheet types. It can handle:Excel 2007 - 2013 formats (xlsx, xlsm)LibreOffice / OpenOffice.org formats (ods)CSVExcel 97, Excel 2002 XML, and Excel 2003 XML formats when using the roo-xls gem (xls, xml...
Advanced client stubbing in the AWS SDK for Ruby Version 3
The AWS SDK for Ruby provides a robust set of features for stubbing your clients, to make unit tests easier and less fragile. Many of you have used these features to stub your client calls. But in this post, we’re going to explore both a new stub ...