gpt4 book ai didi

ruby-on-rails - rake db :migrate? 有什么错误

转载 作者:行者123 更新时间:2023-12-04 06:22:30 27 4
gpt4 key购买 nike

我尝试执行这个命令

rake db:migrate

我一直收到错误:

** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
You should not use the `match` method in your router without specifying an HTTP method.

我该如何解决这个问题?

最佳答案

如果这是 Rails 4,您应该在路由文件中使用 get 或 post 而不是 match。例如,对您的 config/routes.rb 文件进行以下更改:

get 'your/:route' => 'your_controller#your_action'
post 'your/:route' => 'your_controller#your_action'

关于ruby-on-rails - rake db :migrate? 有什么错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19367953/

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