Re: [Rails] Implementing match-making with Ruby on Rails

2014-09-15 Thread Jason Fleetwood-Boldt
On Sep 14, 2014, at 1:35 AM, Joe Crotchett wrote: > I'm using Ruby on Rails to build a real-time game web app. When a player > taps "Play Now", I want to match them up with another player that is > looking for a game (match-making). With my basic understanding of RoR, > one immediate way I think

[Rails] Implementing match-making with Ruby on Rails

2014-09-13 Thread Joe Crotchett
I'm using Ruby on Rails to build a real-time game web app. When a player taps "Play Now", I want to match them up with another player that is looking for a game (match-making). With my basic understanding of RoR, one immediate way I think I can do this is create a DB table that contains the players