ruby-on-rails – Rails3:如何将我的应用程序的根目录设置为app
发布时间:2020-12-17 02:59:41 所属栏目:百科 来源:网络整理
导读:我有views / application / index.html.erb 在我的路线文件中我有: root :to = "application#index" 我的ApplicationController如下: class ApplicationController ActionController::Base protect_from_forgery def index # ask whether teh player wants
我有views / application / index.html.erb
在我的路线文件中我有: root :to => "application#index" 我的ApplicationController如下: class ApplicationController < ActionController::Base protect_from_forgery def index # ask whether teh player wants to go first or second @player_start_character = "" end end 但是当我导航到localhost:3000时,它仍然会说“你刚刚启动了一个rails app项目”页面 我也删除了public / index.html 解决方法
你必须删除/public/index.html文件
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |