Skip to content

Instantly share code, notes, and snippets.

@eliotsykes
Created January 22, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliotsykes/9e0e6d88ced3a7ca0cc4bbe79a3f8240 to your computer and use it in GitHub Desktop.
Save eliotsykes/9e0e6d88ced3a7ca0cc4bbe79a3f8240 to your computer and use it in GitHub Desktop.
Some open source Rails apps that use/used Skylight gem

Some open source Rails apps that use/used Skylight gem

Search done on collected Rails codebases at https://github.com/eliotsykes/real-world-rails/

$ ag -G Gemfile skylight
apps/adopt-a-hydrant/Gemfile.lock
181:    skylight (0.10.6)
233:  skylight

apps/adopt-a-hydrant/Gemfile
32:  gem 'skylight'

apps/empirical-core/Gemfile.lock
682:    skylight (1.3.1)
852:  skylight

apps/empirical-core/Gemfile
58:gem 'skylight'

apps/orientation/Gemfile.lock
302:    skylight (1.3.1)
384:  skylight

apps/orientation/Gemfile
125:  gem 'skylight'

apps/showterm.io/Gemfile.lock
119:    skylight (0.4.3)
158:  skylight

apps/showterm.io/Gemfile
13:gem 'skylight'

apps/trailmix/Gemfile.lock
317:    skylight (0.3.21)
425:  skylight

apps/trailmix/Gemfile
76:  gem "skylight"

apps/wiki_edu_dashboard/Gemfile.lock
430:    skylight (1.5.0)
547:  skylight

apps/wiki_edu_dashboard/Gemfile
62:gem 'skylight' # Rails-specific performance monitoring, used in Wiki Ed Production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment