Sha256: 1d99358af0764597935af1747067a2c92c1a28c5665b1ce304e792f89e63ad04

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

Upgrading Grape-Roar
====================

### Upgrading to >= 0.3.0

This version requires Roar 1.0 or newer.

* Make presenter changes according to the [roar changelog](https://github.com/apotonick/roar/blob/master/CHANGES.markdown), specifically replace `Roar::Representer::Feature::Hypermedia` with `Roar::Hypermedia` and `Roar::Representer::JSON` with `Roar::JSON` and adjust any `require` paths.
* Ensure that `Grape::Roar::Representer` is included *after* any `Roar::JSON` or `Roar::Hypermedia` mixins. You would otherwise get a `TypeError: class or module required` from within `Roar::Representable`.


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
grape-roar-0.4.1 UPGRADING.md
grape-roar-0.4.0 UPGRADING.md
grape-roar-0.3.0 UPGRADING.md