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

Rpj*_*Rpj 6 github

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

https://rubygems.org/gems/activeresource

Von*_*onC 6

在 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"声明)。