acroos / rails_table_for

HTML tables for ActiveRecord collections, made simple

Home Page:https://acroos.site/rails_table_for

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailsTableFor

Gem Version

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 (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.

About

HTML tables for ActiveRecord collections, made simple

https://acroos.site/rails_table_for

License:Apache License 2.0


Languages

Language:Ruby 80.3%Language:HTML 14.0%Language:CSS 4.0%Language:JavaScript 1.7%