-
Maybe I'm doing something wrong here but which gem contains this library?
```
/Users/jpsilvashy/.rvm/gems/ruby-1.9.2-head/bundler/gems/em-mysqlplus-5ceee01679dc87691ab1affbf96f7dc8f5b251f7-master/lib…
-
with this code
require 'rubygems'
require 'eventmachine'
require "em-synchrony"
require "em-synchrony/em-http"
require "em-synchrony/iterator"
require 'nokogiri'
EM.synchrony do
concurrency = 2
…
-
i'm using bundler 0.9.26, rails 3.0.0.beta4, ruby 1.9.2dev on snow leopard. you can see my gemfile at http://gist.github.com/491602.
i've been playing with launching rake within an async framework (u…
-
Sitemap generation has been working for weeks. Suddenly today:
```
...
+ /data/mysite/releases/20100526223320/public/sitemap25.xml.gz
+ /data/mysite/releases/20100526223320/public/sitemap26.xml.gz
+ …
-
`require': /home/matt/.bundle/ruby/1.8/gems/candy-0.2.6/lib/candy/crunch.rb:219: syntax error, unexpected ':', expecting ']' (SyntaxError)
findandmodify: self.collection.name,
…
-
Per a discussion in the comments here: http://www.zeromq.org/blog:multithreaded-server
Expand the 0mq socket api to allow for attaching callbacks to REQ sockets on send. The callback should be invoke…
-
Was just reading about the yield operator from NarrativeJS. It has some interesting ideas about how to make async JS more readable.
"Narrative JavaScript is a small extension to the JavaScript langu…
weepy updated
14 years ago
-
> > enum = (1..4).each
> > => #Enumerator:0x12627c