-
Notifications
You must be signed in to change notification settings - Fork 31
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
no implicit conversion of nil into String #19
Comments
|
So, I don't yet have a solution or an understanding of what precisely is going on, but I have found that I can "fix" this problem by ensuring there are newlines at the end of the block. So, for your example, try this:
|
Interesting. Could you a write a spec reproducing the problem? |
I'll try to take a look later today. I think I have an idea what might be going on there and what would be the easiest way to fix it. |
I found a simple solution: |
It seems that the way the log works, when you initially capture the I can definitely write a spec to reproduce tho. |
Is it solved? I have the same problem @fractaledmind pointed. (Rails 5.1 btw) This causes TypeError. no implicit conversion of nil into String
This works:
|
Just tried to use nestive with Rails 4.2, here is a sample admin.html.erb:
It blows up with
The text was updated successfully, but these errors were encountered: