| README.md - reportable - Fork of reportable required by WarVox, from hdm/report… | |
| git clone git://jay.scot/reportable | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| README.md (3301B) | |
| --- | |
| 1 Reportable | |
| 2 ========== | |
| 3 [ %> | |
| 53 | |
| 54 For other options to generate sparklines see the [API docs](http://rdoc.… | |
| 55 | |
| 56 | |
| 57 Installation | |
| 58 ------------ | |
| 59 | |
| 60 To install the Reportable gem, simply run | |
| 61 | |
| 62 [sudo] gem install reportable | |
| 63 | |
| 64 ### Rails 3.x | |
| 65 | |
| 66 To install Reportable for Rails 3.x, add it to your application's Gemfil… | |
| 67 | |
| 68 gem 'reportable', :require => 'saulabs/reportable' | |
| 69 | |
| 70 and generate the migration that create reportable's cache table (beware … | |
| 71 | |
| 72 rails generate reportable_migration | |
| 73 | |
| 74 If you want to use reportable's JavaScript graph output format, you also… | |
| 75 | |
| 76 rails generate reportable_raphael_assets | |
| 77 | |
| 78 if you want to use [Raphael](http://raphaeljs.com/) or if you want to us… | |
| 79 | |
| 80 rails generate reportable_jquery_flot_assets | |
| 81 | |
| 82 | |
| 83 Plans | |
| 84 ----- | |
| 85 | |
| 86 * add support for Oracle and MSSQL | |
| 87 * add support for DataMapper | |
| 88 * add more options to generate graphs from the data | |
| 89 * add the option to generate textual reports on the command line | |
| 90 | |
| 91 | |
| 92 Authors | |
| 93 ------- | |
| 94 | |
| 95 © 2008-2012 Marco Otte-Witte (<http://simplabs.com>) and Martin Kavalar… | |
| 96 | |
| 97 Released under the MIT license | |
| 98 | |
| 99 | |
| 100 Contributors | |
| 101 ------------ | |
| 102 | |
| 103 * Eric Lindvall (<http://github.com/eric>) | |
| 104 * Jan Bromberger (<http://github.com/jan>) | |
| 105 * Jared Dobson (<http://github.com/onesupercoder>) | |
| 106 * Jarod Reid | |
| 107 * Lars Kuhnt (<http://github.com/larskuhnt>) | |
| 108 * Max Schöfmann (<http://github.com/schoefmax>) | |
| 109 * Myron Marston (<http://github.com/myronmarston>) | |
| 110 * Ryan Bates (<http://github.com/ryanb>) |