Chris McCord

Results 126 comments of Chris McCord

@mroth accepts pull requests with code and clear instructions on how to run the code/benchmarks. I'm sure he'd be happy to include if you'd like to put something together. >...

Downcase only will not be enough in cases where application's folder name contains spaces or other non URL friendly characters. Perhaps App#url_name would be helpful. @davidstump

I've exhausted all my free dyno hours for the month :D

It would be nice if this could be done as an external adapter. Any thoughts on going that approach?

I'm close to a working pubnub javascript adapter, using your implementation as the base. I just wanted to be sure I wasn't missing something. Sorry the delay on this. I...

@seangaffney using @gmaliar's branch as a template, it should be straight forward to get in place. Unfortunately, I don't have the time to get this in place right now, but...

@gmaliar You should be able to fork https://github.com/chrismccord/sync_example, and make a branch to testbed this feature on.

It looks like the ruby version being loaded is 1.8. Labrador requires 1.9+. Do you have 1.9 installed?

Please install `rvm` or `rbenv` to manage your rubies. `rvm` is pretty quick to get setup and and compile a 1.9 ruby. Instructions can be found here https://rvm.io Let me...