Matt Connolly
Matt Connolly
Are you running a Faye server on 192.168.10.5? i.e.: you can run `rackup private_pub.ru -s thin -E production` within your app directory.
acts_as_tree does this: https://github.com/amerine/acts_as_tree/blob/master/acts_as_tree.gemspec
I'll send through a patch shortly. I'd like to offer a patch for the 3.0.1 version as well for the benefit of our rails 3.2 apps. Can you please create...
How about making it a named scope so that it can easily be used and documented.
My bad. I didn't realise there are named scopes already. I'd vote for leaving it out.
Horizontal scaling is difficult when the messages to be sent are being stored in a database. You may find that the bottleneck is actually how fast Rapns can pull messages...
Could you make a simple API in your "master" app (the one with the rapns database) so the other apps simply make a HTTP request to it, and it's controller...
Hi @saki7, One thing you could do to help, would be to let us know if you can compile zeromq and czmq on your operating system with security. This will...
Can you post the file that you are having trouble with? Are there any error messages / error codes you get?
Can you rename the method to be "enumerate" instead of "iterate" to be consistent with NSArray, NSFileManager, NSFastEnumeration etc.