请高手指点一下这个是什么地方错误?非常感谢!
MissingSourceFile in
AppController#greeting
on such file to load -- sqlite3
RAILS_ROOT:D:/Ruby/Projects/hello
注:greeting是我在控制器中的一个方法
详细如下:
D:\Ruby\Projects\hello\app\controllers\app.controller.rb
上面这个是控制器内容如下
class AppController < ApplicationController
def greeting
end
end另外在D:\Ruby\Projects\hello\app\views\app\目录下有文件greeting.rhtml
在命令行执行hello>ruby script/server服务器启动正常能够看见首页.不知道问题出在哪里?这个例子还就是一本书上的原例子
------解决方案--------------------------------------------------------
http://p2p.wrox.com/topic.asp?whichpage=1&TOPIC_ID=67846𤩣
在这个网页上找到了解决方法,参考一下吧。