Sha256: 7289995fb22f1c691dd21c44a1c45d18ba7b27f02490cee6fb73fd523382c6ef

Contents?: true

Size: 742 Bytes

Versions: 12

Compression:

Stored size: 742 Bytes

Contents

# Rails::AddOns
Short description and motivation.

## Usage
How to use my plugin.

### with bootstrap-sass

You have to add

    //= require bootstrap-sprockets

to your applications javascript include file to use bootstrap-sass.

### Update path to 1.0.0

You may want to add

    //= require tether

to your applications javascript include file, as it was removed.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'rails-add_ons'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install rails-add_ons
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rails-add_ons-1.5.2 README.md
rails-add_ons-1.5.1 README.md
rails-add_ons-1.5.0 README.md
rails-add_ons-1.4.1 README.md
rails-add_ons-1.4.0 README.md
rails-add_ons-1.3.3 README.md
rails-add_ons-1.3.2 README.md
rails-add_ons-1.3.1 README.md
rails-add_ons-1.3.0 README.md
rails-add_ons-1.2.0 README.md
rails-add_ons-1.1.0 README.md
rails-add_ons-1.0.0 README.md