github-uploader
github-uploader copied to clipboard
A simple app to enable drag-and-drop uploading of binary and other assets to GitHub Repositories
Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 1.6.13. Commits 47a1fd7 bump version b8dc520 Handle case where session id key is requested but it is missing 698a060 Merge pull request #1462 from jeremyevans/sessionid-to_s...
Right now you could go to {site}/benbalter/github-uploader and see that repository's directories. You should also be able to go to {site}/benbalter and see all of benbalter's repositories. It can likely...
It could be as simple as allowing the URL to be hacked, much like how new directories can be created using the GitHub.com interface. (Per http://stackoverflow.com/questions/18773598/creating-folders-inside-github-com-repo-without-using-git.)
I had a look at the code in order to understand how easy it could have been, but I'm not a ruby dev, so it will take a while... In...
I tried appending "/tree/gh-pages" to the path because I wanted to upload an asset to my website, but this is not supported... Given Github force us to use a branch...
Uploading an asset to a private organization repository (for instance, https://github-uploader.herokuapp.com/my-private-org/private-repo) results in a 500 error on page load. Any chance they can be supported?