Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/candlerb/snailgun
- Owner: candlerb
- Created: 2009-05-14T20:08:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-19T21:42:53.000Z (about 14 years ago)
- Last Synced: 2024-10-11T10:50:11.409Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 122 KB
- Stars: 68
- Watchers: 4
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README-snowleopard
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 installPatch was taken from http://redmine.ruby-lang.org/repositories/revision/ruby-19?rev=29242
[email protected] 20101024