Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/linq/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 有一种方法可以搜索所有bundle';d gems项目目录?_Ruby On Rails_Bundler - Fatal编程技术网

Ruby on rails 有一种方法可以搜索所有bundle';d gems项目目录?

Ruby on rails 有一种方法可以搜索所有bundle';d gems项目目录?,ruby-on-rails,bundler,Ruby On Rails,Bundler,这种情况偶尔会出现。假设我有一些奇怪的错误,比如图像超时ping某个外部服务器。该文件不存在于我的项目中,最确定的是,它是从我的一个gem调用的,但我不确定是哪个 有没有办法一次找到所有的并查看所有捆绑的宝石 小提示:我使用Sublime作为编辑器。如果在项目中使用命令gem serverfrom-with,请导航到 http://localhost:8808/ 在浏览器中。我想你会找到你想要的 如果在项目中使用命令gem serverfrom-with,请导航到 http://lo

这种情况偶尔会出现。假设我有一些奇怪的错误,比如图像超时ping某个外部服务器。该文件不存在于我的项目中,最确定的是,它是从我的一个gem调用的,但我不确定是哪个

有没有办法一次找到所有的并查看所有捆绑的宝石


小提示:我使用Sublime作为编辑器。

如果在项目中使用命令
gem server
from-with,请导航到

  http://localhost:8808/ 

在浏览器中。我想你会找到你想要的

如果在项目中使用命令
gem server
from-with,请导航到

  http://localhost:8808/ 

在浏览器中。我想你会找到你想要的

bundle show--path
提供项目中gem路径的列表。然后,您可以将该列表提供给grep或ack。请参阅中的Bundler维护人员的说明。

bundle show--path
提供了项目中的gem路径列表。然后,您可以将该列表提供给grep或ack。请参阅中Bundler维护人员的说明。

Wow!尼托蚊子。不完全是我要找的,但对我来说,+1从来没有听说过。我特别想要的是一个gem调用的.png资产,但我不完全确定是哪个gem调用它..哇!尼托蚊子。不完全是我要找的,但对我来说,+1从来没有听说过。我特别寻找的是一个gem调用的.png资产,但我不完全确定是哪个gem调用它。提供的链接非常有用。提供的链接非常有用。