Posted on May 26, 2007 at 2:11 am
A lot of work has gone into this release of the DBF gem. The basic reader code is stable now. I’m in the process of moving the test suite from Test::Unit to Rspec. When I’m done with that I’ll add a couple of additional features, polish the documentation and christen it 1.0.0.
- New find method
- Full compatibility with the two flavors of memo file
- Two modes of operation:
- In memory (default): All records are loaded into memory on the first
request. Records are retrieved from memory for all subsequent requests. - File I/O: All records are retrieved from disk on every request
- In memory (default): All records are loaded into memory on the first
- Improved documentation and more usage examples


