eliotsykes / real-world-rails

Real World Rails applications and their open source codebases for developers to learn from
MIT License
1.75k stars 144 forks source link

Command to identify all projects using a given gem #30

Closed eliotsykes closed 5 years ago

eliotsykes commented 9 years ago
# List all apps using quiet_assets gem
bin/rwr gem quiet_assets
eliotsykes commented 9 years ago

See workaround in README.md using find and grep on Gemfile.lock files