Sha256: 1af0da23ca8de6acf06b4d8431fd56516a4c79851f8401ae94b75594275bd50c

Contents?: true

Size: 976 Bytes

Versions: 5

Compression:

Stored size: 976 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.

### Update path to 2.0.0

ServiceController::Base now uses the verbs new and create instead of invoke and call. Furthermore @resource is dropped in favor of @service. Please modify your controllers and views and routing accordingly.

## 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

5 entries across 5 versions & 1 rubygems

Version Path
rails-add_ons-2.1.1 README.md
rails-add_ons-2.1.0 README.md
rails-add_ons-2.0.2 README.md
rails-add_ons-2.0.1 README.md
rails-add_ons-2.0.0 README.md