techiferous/tabulous

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Tabulous

[![Code Climate](https://codeclimate.com/github/techiferous/tabulous.png)](https://codeclimate.com/github/techiferous/tabulous)

Tabulous provides an easy way to add tabs to your Rails application.

## Future

Future support for tabulous is uncertain, so you may not want to start a new project with it.
See [FUTURE](FUTURE.md) for details.

## Requirements

Tabulous officially supports Rails 5.0, 4.2, 4.1, 4.0 and MRI Ruby 2.3, 2.2, 2.1 and 2.0.

Tabulous should also work with Rails 3.2, 3.1, 3.0 and MRI Ruby 1.9 but automated tests to verify this have been removed.

Tabulous definitely does not work with Ruby 1.8.

## Getting Started

* [OVERVIEW](OVERVIEW.md) -- if you're new to tabulous, start here
* [CHANGES FROM VERSION ONE](CHANGES_FROM_VERSION_ONE.md) -- if you've been using version one of tabulous, read this
* [REFERENCE](REFERENCE.md) -- complete documentation on the usage of tabulous
* [CONTRIBUTING](CONTRIBUTING.md) -- if you want to help out