小编use*_*481的帖子

heroku永久删除终端帐户

我会删除终端的heroku登录,所以我使用命令:

heroku accounts: remove mylogin

但他告诉我: That account is the current account, set Reviews another account first.

如何删除登录?

谢谢

terminal heroku

2
推荐指数
1
解决办法
238
查看次数

ActionController :: RoutingError(未初始化的常量)

我的道路有问题,我不明白为什么他告诉我"Dashboard :: TasksController",因为在我的控制器文件中包含文件dashbaord/tasks.rb

class TasksController < ApplicationController

def add_task
    @t = "test"
end
Run Code Online (Sandbox Code Playgroud)

结束

在我的配置/路由文件中,我这样做了

match '/dashboard/add-task' => "dashboard/tasks#add_task", via: [:get, :post]
Run Code Online (Sandbox Code Playgroud)

在文件夹视图视图/ dashbaord/tasks/add_task.html.erb中

所以我没有看到或者是我的错误.

谢谢

routes ruby-on-rails

2
推荐指数
1
解决办法
7242
查看次数

标签 统计

heroku ×1

routes ×1

ruby-on-rails ×1

terminal ×1