gpt4 book ai didi

ruby-on-rails - 我的第一个 Ruby on Rails 程序报错

转载 作者:太空宇宙 更新时间:2023-11-03 18:13:02 25 4
gpt4 key购买 nike

我刚刚在窗口上安装了 Rails。我想通过 routes.rb 中的路由在 View 页面中显示消息,但未显示消息。我的 Rails 版本是 3.2.21,ruby 是 1.9.3p551我在命令提示符下创建了一个 Controller rails generate controller welcome index

欢迎 Controller

class WelcomeController < ApplicationController
def index

end
end

routes.rb 是

ProjectApp::Application.routes.draw do
get "welcome/index"
root to: 'welcome/index'
end

我已将 root 添加到:'welcome/index'

并查看模板index.html.erb

<h1>`Hello Rails!`</h1>

当我通过 url[http://localhost:3000/index] 它应该显示 Hello Rails 作为输出,但它只显示欢迎板我遵循了 http://guides.rubyonrails.org/getting_started.html

中的步骤

最佳答案

你的根 url 是 localhost:3000 而不是 localhost:3000/index

关于ruby-on-rails - 我的第一个 Ruby on Rails 程序报错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30682491/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com