Sha256: 114c6449a444d627ab5a4f0e8439f5bf65273e072209d99dc314694a03df1d7b

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

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.

### Update path to 2.2.0

Jquery and JQuery UJS are not automatically required anymore. You need to require it yourself.

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

3 entries across 3 versions & 1 rubygems

Version Path
rails-add_ons-3.0.0.pre1 README.md
rails-add_ons-2.2.1 README.md
rails-add_ons-2.2.0 README.md