view · edit · sidebar · attach · print · history

20130827-export-therapeuticus

<< | Index | >>


Summary

  • fix error with doctors.csv and index_therapeuticus.csv
  • some table should have fixed-font
  • let travis run unit test

Commits

Index


let travis run unit test

Tweaked Rakefile to enable rake docs test work. Used darkfish as format. Make rake test depend on quanty. Omitted all tests using pdf functionality.

See commits

I am especially pleased, that I have now a nice API-documentation of the oddb.org gem!

Travis-CI now reports 1486 tests, 2263 assertions, 104 failures, 223 errors, 0 pendings, 0 omissions, 14 notifications. Therefore still a long way to go till we are down to 0.

fix error with doctors.csv and index_therapeuticus.csv

I changed the dump method in csv_exporter to force_encoding('utf-8') for all values. Waiting for export to complete. Export completed, but did not show any of my debug-output. What is happening here?

some table should have fixed-font

It is relatively simple to set the "proformatted" attribute for a whole table where we have found at least one style with a Courier font. But this is certainly a hack, which might work good enough for some table but which is clearly not correct for the general problem.

My patch produces some extra spaces in the first line. See

Fixed the problem with leading spaces and pushed the following commits:

view · edit · sidebar · attach · print · history
Page last modified on August 27, 2013, at 05:39 PM