rails "No route matches" 错误的解决方法
程序员文章站
2022-04-09 20:41:41
有时候 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
上一篇: Lua模拟面向对象示例分享
推荐阅读
-
为PHP安装imagick时出现Cannot locate header file MagickWand.h错误的解决方法
-
Win8系统发生蓝屏提示reference by pointer错误的故障原因及解决方法
-
Win7系统开机提示An operating system wasnt found错误的原因及三种解决方法
-
Windows下PHP安装路径配置错误导致Apache无法启动的解决方法
-
QQ空间打开几秒后空白页,出现“iexplore.exe 应用程序错误”的原因和解决方法
-
安装运行飞鸽传书时候提示 bind()错误=10048的完美解决方法
-
mysql中异常错误ERROR:2002的解决方法
-
64位win7系统中iis7报80004005错误的解决方法
-
SQL Server 2000“设备激活错误”的解决方法
-
飞鸽传书运行时出现 bind() 10048错误的解决方法