0

我正在关注 Michael Hartl 的 Ruby on Rails 教程,在第二章中,设置了一个演示应用程序。我遇到了一个错误,我无法找到原因!!

我确保我遵循了教程中的每个命令:

  1. rails new to demo_app创建项目
  2. 根据需要更新了 gem 文件
  3. 执行rails generate scaffold User name:string email:string
  4. 使用迁移数据库bundle exec rake db:migrate
  5. 启动服务器 -rails s
  6. http://localhost:3000/显示正确
  7. 当我尝试导航到http://localhost:3000/users/时,出现此错误

在此处输入图像描述

任何人都可以阐明为什么设置会起作用吗?

4

1 回答 1

1

安装 Node.js 的步骤

Go to nodejs网站 and download the installer

    Click on the downloaded file to run the install wizard. Click Next at each step to accept the defaults.

    Reboot your computer.

    Once your computer is back up, load Command Prompt with Ruby and Rails OR simple command prompt and...
    Type this in the terminal:    


     node -v
于 2013-11-07T04:50:53.580 回答