README.rdoc in rgviz-rails-0.62 vs README.rdoc in rgviz-rails-0.63
- old
+ new
@@ -116,11 +116,16 @@
render :rgviz => executor
This is very useful if you need to present visualizations against data coming from a CSV file.
=== Current Limitations
+
* The *format* clause works, but formatting is as in ruby (like "%.2f" for numbers, "foo %s bar" for strings, and "%Y-%m-%d" for dates, as specified by Time#strftime)
* Only supports MySQL, PostgreSQL and SQLite adapters
* These scalar functions are not supported for SQLite: *millisecond*, *quarter*
* These scalar functions are not supported for MySQL: *millisecond*
* The function *toDate* doesn't accept a number as its argument
* The *tsv* output format is not supported
+
+=== Contributors
+
+* {Brad Seefeld}[https://github.com/bradseefeld]