当我在寡妇cmd上运行“heroku登录”或任何其他heroku cli命令时,我得到了这样的信息:Error: unable to get local issuer certificate.,我输入了我在网上找到的所有内容,但没有任何帮助。我现在正处于项目的死胡同.我还卸载和重新安装heroku cli,因为我不知道他们做什么。我怎么才能让heroku cli工作呢?
下面是我的初始可搜索块在我的用户模型中的样子:
searchable do
text :name
integer :sport_ids, multiple: true do
sports.map(&:id)
end
integer :position_ids, multiple: true do
positions.map(&:id)
end
integer :city_id
integer :school_id
string :state
end
如何通过has_many协会进行搜索?我需要它返回每个运动员谁有一个指定的ID在他