刚装
php?name=rails" onclick="tagshow(event)" class="t_tag">rails 照着书做
http://localhost:3000
可以!
就是helloworld卡住,但装了splite 3 之后又出现如下错误
NoMethodError in My testController#index
undefined method `render_text' for #<MyTestController:0x3c720d8>
可是我在controllers中编辑了
class MyTestController < ApplicationController
def index
render_text "Hello World"
end
end

请问如何解决?谢谢!