http://i.imgur.com/tF5gZ48.png?1
我创建了一个名为Treebook的项目,之后我添加了一个代码“rails generate scaffold status name:string context:text”,它创建了我的类
类CreateStatuses< ActiveRecord的::迁移 改变 create_table:status do | t | t.string:name t.text:context t.timestamps 结束 结束 结束 的
然后打开我的localhost后,我收到一个错误,显示在上面的链接中。
答案 0 :(得分:1)
我在Win7系统上也遇到了错误并安装了修复它的node.js(我尝试使用rubyracer进行修复,但它对我没有用)。也许这会解决它。
对于你的ubuntu系统(正如我的图像所假设的那样)你可以安装nodejs 通过在控制台中输入此命令
sudo apt-get install nodejs