-
Notifications
You must be signed in to change notification settings - Fork 200
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
get_binding
error
#244
Comments
Here's the full error:
|
Note: hologram works OK in a different project I'm using with Ruby 2.2.2 |
Hmm, I don't understand how Rails is affecting Hologram. I've installed ruby 2.1.5 and rails 4.1.5 but am still able to build without error. Have you made changes to the header or footer templates? |
Nope, I didn't edit the header or footer templates—they're in their default states after |
I'm having this issue. Any fix? |
Sorry, @lawwantsin, I was never able to find a solution. |
I'm also having this issue... disheartening to see no solution so long after the original post. 😕 |
Having a similar issue, recently updated to Rails 5.2 and using webpacker:
We use haml for our views, I'm looking at how ActionDispatch::TestRequest may have changed to see why it would need an argument. |
I ran
hologram init
and followed the quick start guide and ran Hologram, but I'm getting the following error:(erb):3:in ‘get_binding’: uninitialized constant Hologram::TemplateVariables::Rails (NameError)
. Any idea what could be causing this?Using Ruby 2.1.5 and Rails 4.1.5
The text was updated successfully, but these errors were encountered: