Hello <%= @username %>.
13 | 14 |You can find your private feed here: <%= @url %>
15 | 16 |Keep your url private to prevent leaking your secret gists to other people. The token in the url is encrypted and can only be used by this website.
17 | 18 |You can revoke your token on GitHub: https://github.com/settings/applications
19 | 20 | 21 | -------------------------------------------------------------------------------- /views/feed.erb: -------------------------------------------------------------------------------- 1 | <%- content_type :atom -%> 2 | 3 |GitHub does not notify you when you receive comments on your gists. That's why I created this website, which gives you a convenient RSS feed that you can subscribe to.
Update: GitHub has added gist notifications. There should no longer be any reason to use this app.
148 | 149 | 150 | 151 | 152 |Made by Stefan Sundin.
155 | 156 |