# 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. ## Requirements Tabulous works with Rails 4.2, 4.1, 4.0, 3.2, 3.1 and 3.0. It has been tested on MRI Ruby 2.2.0, 2.1.2, 2.0.0, and 1.9.3. It 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