rails "No route matches" 错误的解决方法
程序员文章站
2024-01-07 10:48:16
有时候 rails 会出现: "no route matches"错误, 可以利用如下方法解决; 找到 config/routes.rb 文件, 打开编辑, 找到如下行:...
有时候 rails 会出现:
"no route matches"错误,
可以利用如下方法解决;
找到 config/routes.rb 文件, 打开编辑, 找到如下行:
# see how all your routes lay out with "rake routes"
在这行下面添加一行, 内容如下:
map.connect '',:controller=>"index",:action=>"index"
解决no such file to load — mysql
> rails -d mysql myapp
"no route matches"错误,
可以利用如下方法解决;
找到 config/routes.rb 文件, 打开编辑, 找到如下行:
# see how all your routes lay out with "rake routes"
在这行下面添加一行, 内容如下:
map.connect '',:controller=>"index",:action=>"index"
解决no such file to load — mysql
复制代码 代码如下:
> rails -d mysql myapp
上一篇: 微信小程序实现animation动画
下一篇: [C#]使用 C# 代码实现拓扑排序
推荐阅读
-
Yii使用ajax验证显示错误messagebox的解决方法,yiimessagebox
-
node.js编译生成错误提示fatal error LNK1112/1123的解决方法
-
navicat连接mysql时出现1045错误的解决方法
-
远程连接mysql错误代码1130的解决方法
-
Adobe Dreamweaver CC MySQL连接 报404错误的解决方法_MySQL
-
访问编码后的中文URL返回404错误的解决方法,url404
-
node.js编译生成错误提示fatal error LNK1112/1123的解决方法
-
linux 下VSFTP 530 Permission denied错误的解决方法
-
jQuery '行 4954 错误: 不支持该属性或方法' 的问题解决方法_jquery
-
php提示Failed to write session data错误的解决方法