0.0
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Generate HTML tables for ActiveRecord collections, with many customizations available
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9
~> 2.1, >= 2.1.4
~> 11.1, >= 11.1.1
~> 5.14
~> 1.10, >= 1.10.9
~> 13.0, >= 13.0.1
~> 0.80, >= 0.80.1
~> 1.4, >= 1.4.2

Runtime

>= 5
 Project Readme

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.