Skip to content

Instantly share code, notes, and snippets.

@eliotsykes
Last active August 1, 2017 18:17
Show Gist options
  • Save eliotsykes/a3a4322eff49a314f8c848c5300803c6 to your computer and use it in GitHub Desktop.
Save eliotsykes/a3a4322eff49a314f8c848c5300803c6 to your computer and use it in GitHub Desktop.
AngularJS Rails apps

Open Source AngularJS Rails Apps

Expect some false positives here, but hopefully most of these are open source Rails apps that use (or once used) AngularJS.

If you'd like to help update the list, please comment below with any of these apps you discover do not use AngularJS and include my username (@eliotsykes) in your message.

Confirmed using AngularJS

Maybe using AngularJS

Not using AngularJS (false positives to ignore)

None so far...


How were these found?

These were found by grepping (well ag-ing) the Rails codebases listed at https://github.com/eliotsykes/real-world-rails. The ag commands used included:

ag '\bng-app\b'
ag angularjs
ag -G Gemfile 'angular.+asset'
ag -G Gemfile 'asset.+angular'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment