An open API service indexing awesome lists of open source software.

https://github.com/acroos/rails_table_for

HTML tables for ActiveRecord collections, made simple
https://github.com/acroos/rails_table_for

activerecord ruby ruby-on-rails

Last synced: 5 months ago
JSON representation

HTML tables for ActiveRecord collections, made simple

Awesome Lists containing this project

README

          

# RailsTableFor

[![Gem Version][GV img]][Gem Version]

Generate HTML tables from ActiveRecord collections!

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rails_table_for'
```

And then execute:

$ bundle

## Documentation

Check out [the docs site](https://acroos.site/rails_table_for)

## Development

- to install dependencies: `bundle install`
- to run tests: `bundle exec rake` (or `rake test`)
- to build local `.gem` file: `bundle exec rake build`
- to install gem on your machine: `bundle exec rake install`
- to bump the version: `bundle exec bump (patch|minor|major)`
- to release: `bundle exec rake release`

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/acroos/rails_table_for.

[Gem Version]: https://rubygems.org/gems/rails_table_for
[GV img]: https://badge.fury.io/rb/rails_table_for.png