Closed lloydmeta closed 11 years ago
@lloydmeta do you use Padrino
?
Yes, I'm currently using Grape mounted inside Padrino.
@lloydmeta this is rabl
issue. I already created pull request for that in rabl
project ;) pull request
Very nice :+1: !
@lloydmeta until @nesquena will not merge my pull request you can change Gemfile
gem 'rabl', :github => 'LTe/rabl', :branch => 'padrino_lookup'
I will close this issue. Thanks for report!
@LTe Awesome ! Works great :)
Released just now as a part of rabl 0.8.6
Great news :-) 28 cze 2013 23:36, "Nathan Esquenazi" notifications@github.com napisał(a):
Released just now as a part of rabl 0.8.6
— Reply to this email directly or view it on GitHubhttps://github.com/LTe/grape-rabl/issues/17#issuecomment-20215853 .
@nesquena thanks !
Thanks @LTe for contributing and maintaining grape-rabl. I use this gem and grape for several of my RABL APIs. It's a great combination.
I'm trying to do rendering of a collection via extends and passing in another template like here only I'm not using locals.
I have this in my stories/show.rabl
and this in my stories/index.rabl
I get an error ""undefined method `resolve_template' for #Grape::Endpoint:0x007f8f471a1778"".
However, if I change index.rabl to look like
It works fine. Any ideas?