README.rdoc in rgviz-rails-0.50 vs README.rdoc in rgviz-rails-0.51
- old
+ new
@@ -116,10 +116,10 @@
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 is ignored (If someone knows of a working icu library for ruby, please tell me)
+* 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