PecanProject / bety

Web-interface to the Biofuel Ecophysiological Traits and Yields Database (used by PEcAn and TERRA REF)
https://www.betydb.org
BSD 3-Clause "New" or "Revised" License
16 stars 38 forks source link

CSV file downloads are not working #674

Closed gsrohde closed 4 years ago

gsrohde commented 5 years ago

Try, for example, https://www.betydb.org/models.

This is an easy fix: upgrade the comma Gem

dlebauer commented 5 years ago

for the example, did you mean /models.csv?

would be nice to have if it is an easy fix, but at some point (if it takes too much work) we can deprecate the original API

gsrohde commented 5 years ago

https://github.com/PecanProject/bety/pull/676 should fix this. It was an easy fix (upgrading a Gem), though not quite so easy to discover. Still, much easier than going through the documentation and pulling out all the examples that would no longer work if it weren't fixed.