artsy / garner

A set of Rack middleware and cache helpers that implement various caching strategies.
MIT License
344 stars 24 forks source link

Garner/Grape Entity issue #67

Closed esoto closed 10 years ago

esoto commented 10 years ago

Hey guys! I'm having an issue using Grape with cache (Garner) and send the results with grape-entity.

The issue is: the second time I request an object Garner start working, but the call for Grape Entity have a problem, because it sets the options as nil, making grape-entity to throw an error, options is not define.

Versions Grape 0.6.1 Grape-entity 0.4.0 Garner 0.3.2

dblock commented 10 years ago

Closed dup issues, left https://github.com/intridea/grape-entity/issues/83 opened.