RailsTableFor
Generate HTML tables from ActiveRecord collections!
Installation
Add this line to your application's Gemfile:
gem 'rails_table_for'And then execute:
$ bundle
Documentation
Check out the docs site
Development
- to install dependencies:
bundle install - to run tests:
bundle exec rake(orrake test) - to build local
.gemfile: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.