Ryan Bates

Results 129 comments of Ryan Bates

I'll consider pulling this in. My main concern is that it encourages putting the authorization logic in the controller. I would like to come up with a better solution for...

That is an interesting idea. My only concern is that it doesn't quite map what the user is requesting through params since the parent resource isn't mentioned. I'll mark this...

The add child link method does not take an options hash, so I should probably adjust this so it does. Thanks for the suggestion.

I'm focusing more on the web app first before providing an API for other devices. However I will certainly need help in the future with an Android version since I...

@neomantic, thanks for the offer to help. An API is something I really want to add to Go vs Go but haven't had much time. I'm open for discussing some...

This is a great idea. It is similar to challenging by email (issue #49). Once I find time to work on this some more I hope to add this feature.

Thanks for the suggestion. Trying variations makes sense for play against GNU Go but not so much for playing against other players. However I do hope to have a variation...

@elisehuard, thanks for the suggestion. The only problem with this is that the move cannot take place until the undo grace period has ended. When a game is played live...

Once I find time to work on Go vs Go I hope to integrate my [Private Pub](https://github.com/ryanb/private_pub) gem into it which will make doing this kind of thing very easy....

Thanks for the feedback, I haven't had a chance to work on Go vs Go recently, but hope to fix this soon.