如何在github中查找使用某个gem的项目

How to find projects in gihub which use a certain gem

如何在 github 中找到使用某个 gem 的项目。 (例如,我想查找使用 activeresource 的项目)。

https://rubygems.org/gems/activeresource

GitHub 上的简单代码搜索,例如:

https://github.com/search?l=Ruby&q=gem+activeresource+language%3ARuby+language%3ARuby&ref=advsearch&type=Code&utf8=%E2%9C%93

您可以快速查看所有项目,包括 Gemfile 结果(其中包括 gem "activeresource" 声明)。