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
- Host: GitHub
- URL: https://github.com/acroos/rails_table_for
- Owner: acroos
- License: apache-2.0
- Created: 2020-03-22T17:13:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:37:36.000Z (over 3 years ago)
- Last Synced: 2025-06-12T03:10:26.993Z (about 1 year ago)
- Topics: activerecord, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://acroos.site/rails_table_for
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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