dewski/json_builder

Can't use Rails helpers

lagartoflojo opened this issue · 3 comments

JSON Builder version 3.0.1
Rails version 3.1.3

Trying to use any Rails helper methods inside the .json_builder template results in errors (JSON::ParserError "unexpected token at").
For example:

# index.json.json_builder file
url root_url

I will publish a new version shortly with a fix for this, I will comment here when I do.

On Nov 28, 2011, at 8:51 PM, Hernán Schmidtreply@reply.github.com wrote:

Trying to use any Rails helper methods inside the .json_builder template results in errors ("unexpected token at").
For example:

url root_url

Reply to this email directly or view it on GitHub:
#6

Great, thanks! =)

I fixed this and pushed the gem at 3.0.2. The new addition is here.