Sha256: 7b6cfa08d9a87649d5668f1fcf65abd64d55cefaee53474007d6305f9959b01b
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
rails-data-explorer =================== rails-data-explorer is a Rails Engine plugin that makes it easy to explore the data in your app using charts and statistics. Make sure to go to the thorough [documentation](http://rails-data-explorer.clearcove.ca) to find out more! ### Installation `gem install rails-data-explorer` or with bundler in your Gemfile: `gem 'rails-data-explorer'` ### Concepts * Exploration - top level container * DataSet - like a spreadsheet with one or more columns of data * DataSeries - like a column in a spreadsheet, with multiple rows of data * DataType - Each DataSeries contains data of a certain type. * Categorical * Quantitative * Integer * Decimal * Temporal * Geo * Chart - ### Resources * [Documentation](http://rails-data-explorer.clearcove.ca) * [Live demo](http://rails-data-explorer-demo.herokuapp.com) * [Changelog](https://github.com/jhund/rails-data-explorer/blob/master/CHANGELOG.md) * [Source code (github)](https://github.com/jhund/rails-data-explorer) * [Issues](https://github.com/jhund/rails-data-explorer/issues) * [Rubygems.org](http://rubygems.org/gems/rails-data-explorer) ### License [MIT licensed](https://github.com/jhund/rails-data-explorer/blob/master/MIT-LICENSE). ### Copyright Copyright (c) 2014 Jo Hund. See [(MIT) LICENSE](https://github.com/jhund/rails-data-explorer/blob/master/MIT-LICENSE) for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-data-explorer-0.0.1 | README.md |