Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/candlerb/snailgun

Preload and fork ruby interpreter for fast script startup
https://github.com/candlerb/snailgun

Last synced: 2 months ago
JSON representation

Preload and fork ruby interpreter for fast script startup

Awesome Lists containing this project

README

        

If you use ruby-1.9.2-p0 on Snow Leopard snailgun won't work out of the Box!

I have included a small patch to the ruby-sources that make it work:

(this is assuming you use rvm)

cd $HOME/.rvm/src/ruby-1.9.2-p0/ext/socket
patch -p1 < wherever_snailgun_was_installed/ruby-1.9.2-p0.patch
ruby extconf.rb
make clean
make clean install

Patch was taken from http://redmine.ruby-lang.org/repositories/revision/ruby-19?rev=29242

[email protected] 20101024