Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/tidy_table
Generate an HTML table from a Ruby object.
https://github.com/topfunky/tidy_table
Last synced: 11 days ago
JSON representation
Generate an HTML table from a Ruby object.
- Host: GitHub
- URL: https://github.com/topfunky/tidy_table
- Owner: topfunky
- Created: 2011-07-25T18:25:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-25T18:36:37.000Z (over 13 years ago)
- Last Synced: 2024-04-15T14:13:25.888Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 108 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
Awesome Lists containing this project
README
TidyTable
by Geoffrey Grosenbach
http://topfunky.com== DESCRIPTION:
Yet another library to convert an array of structs (such as an ActiveRecord
object) into an HTML table. Simple, with a few options. Includes automatic
tags for first_column, first_row, even, odd, etc.== FEATURES/PROBLEMS:
* First release== REQUIREMENTS:
* None
== INSTALL:
* sudo gem install tidy_table
== LICENSE:
(The MIT License)
Copyright (c) 2007 Geoffrey Grosenbach
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.