ruby-grape / grape-rabl

Use rabl with grape
MIT License
136 stars 29 forks source link

adds support for cache template loading #28

Closed kushkella closed 10 years ago

kushkella commented 10 years ago

Adds support for template caching https://github.com/LTe/grape-rabl/issues/27

dblock commented 10 years ago

Please update CHANGELOG and fix Rubocop violations (see Travis build).

dblock commented 10 years ago

You also need to document the new option in README.

dblock commented 10 years ago

Thanks for this, good work. See my comments.

kushkella commented 10 years ago

The Travis CI build is failing for Ruby Head. This is the same case for master branch. Thanks! https://github.com/bbatsov/rubocop/issues/1063

dblock commented 10 years ago

Merged, will deal with Travis separately.