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"声明)。
Gemfile
gem "activeresource"
归档时间:
10 年,8 月 前
查看次数:
417 次
最近记录:
7 年,10 月 前