No commit activity in last 3 years
No release in over 3 years
Adds a helper method for generating HTML tables from collections in Rails. Modifed by Crush + Lovely.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Table Helper

Important: This gem is not actively maintained and only exists to support the older applications that still use it. If you're starting a new application, use the excellent Table Cloth gem instead.

This is the Crush + Lovely fork of the Table Helper gem. This fork contains the following changes:

  • Use of ActiveSupport::SafeBuffer so table content isn't auto-encoded.
  • Dependencies on Blankslate and Builder since this is being used in Rails apps that don't auto-require them.

Usage

In your Gemfile, do the following:

gem 'crushlovely_table_helper', :require => 'table_helper'