Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
1–10 of 13 posts
Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#2Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#3Yeah, you're going to have to tell me more about what this actually does before I give you write permission on my private repos.
We would like to make write access optional later on for users who only need to deploy public repos. I'm not sure if this is actually possible or not though. It'd be great if GitHub added more authentication options.
Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#4Yeah, you're going to have to tell me more about what this actually does before I give you write permission on my private repos.
I won't give read/write access to private repos unless I've committed to using your product and I fully trust you.
Right now there's not enough content on your home page to cross either of those bars.
Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#5Yeah, you're going to have to tell me more about what this actually does before I give you write permission on my private repos.
Unfortunately GitHub's OAuth API doesn't let us get read access to private repos without also having write access. http://developer.github.com/v3/oauth/#scopes We would like to make write access optional later on for users who only need to deploy public repos. I'm not sure if this is actually possible or not though. It'd be great if GitHub added more authentication options.
Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#6Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#7Earlier quoted context omitted.
Unfortunately GitHub's OAuth API doesn't let us get read access to private repos without also having write access. http://developer.github.com/v3/oauth/#scopes We would like to make write access optional later on for users who only need to deploy public repos. I'm not sure if this is actually possible or not though. It'd be great if GitHub added more authentication options.
It would be useful if you had a demo or explanation of the process before requiring Oauth. The bottleneck for me is that I don't want to Oauth via Github until I know I'm going to use your product.
Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#8Earlier quoted context omitted.
Unfortunately GitHub's OAuth API doesn't let us get read access to private repos without also having write access. http://developer.github.com/v3/oauth/#scopes We would like to make write access optional later on for users who only need to deploy public repos. I'm not sure if this is actually possible or not though. It'd be great if GitHub added more authentication options.
It would be useful if you had a demo or explanation of the process before requiring Oauth. The bottleneck for me is that I don't want to Oauth via Github until I know I'm going to use your product.
Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#9Re: Deploy Rails apps direct from GitHub to Heroku in a single click (Rails Rumble)
#10Yeah, you're going to have to tell me more about what this actually does before I give you write permission on my private repos.
Unfortunately GitHub's OAuth API doesn't let us get read access to private repos without also having write access. http://developer.github.com/v3/oauth/#scopes We would like to make write access optional later on for users who only need to deploy public repos. I'm not sure if this is actually possible or not though. It'd be great if GitHub added more authentication options.