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

Netzke can not work #74

Closed
TangMonk opened this issue Jan 4, 2014 · 0 comments
Closed

Netzke can not work #74

TangMonk opened this issue Jan 4, 2014 · 0 comments

Comments

@TangMonk
Copy link

TangMonk commented Jan 4, 2014

I follow this tutorial step by step. My ruby version is 1.9.3, and rails version is 3.2.16.

But still can not work. throw me an error:

NameError

undefined local variable or method `netzke' for #<ActionDispatch::Routing::Mapper:0x007ffcb24eb590>

Rails.root: /Users/USER/MyGit/a

It seems the root error, so I change the root file

before:

 netzke
  root to: "welcome#index"

after:

  root to: "welcome#index"

But when run again, It throw me another error:

NoMethodError in Welcome#index

Showing /Users/tangmonk/MyGit/a/app/views/welcome/index.html.erb where line #1 raised:

undefined method `netzke' for #<#<Class:0x007ffcb29cad40>:0x007ffcb29c8248>
Extracted source (around line #1):

1: <%= netzke :tasks, height: 400 %>
Rails.root: /Users/tangmonk/MyGit/a

I change the rails version to 4.0, But problem still exist.

@nomadCoder , I notice you are the most important contributor of this project, So I hope you can help me. Thanks

@TangMonk TangMonk closed this as completed Jan 4, 2014
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

1 participant