rails "No route matches" 错误的如何解决方法

有时候 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
您可能有感兴趣的文章
用实际代码演示Ruby的容易被误解的6个特性

Windows下Ruby on Rails开发环境安装配置图文好代码教程

快速正确的安装 Ruby, Rails 运行环境

Ruby rails框架安装详细图文好代码教程(附Ruby下载)

安装Ruby和安装Rails详细步骤详解