Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TequilaParser.new.parse(src) is nil #9

Open
jacquescrocker opened this issue Apr 20, 2010 · 1 comment
Open

TequilaParser.new.parse(src) is nil #9

jacquescrocker opened this issue Apr 20, 2010 · 1 comment

Comments

@jacquescrocker
Copy link

All my rails actions return in error

The error occurred while evaluating nil.eval

I traced the error down to the tequila_jazz_handler.rb. In ruby-debug the statement:

TequilaParser.new.parse(src)

is returning nil. Tequila then tries to run .eval on it

@ehlyzov
Copy link
Collaborator

ehlyzov commented May 3, 2010

Please a bit patience :-) Tequila is on stage of heavy refactoring right now. We will show exact errors and a bunch of new things.
In concrete your case it looks like you have a wrong template. In a case of invalid syntax parser always returns nil.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants