April 2009
2 posts
sqlite3-ruby working on Ruby1.9
Thanks to a patch by Hongli Lai from Phusion passenger fame.
I applied that patch against Jamis Buck’s original version, rebuilt something and put it on github…
Update: There is someone, who did just the same thing already. So no need for dublication, here is just how to install the gem:
git clone git://github.com/Valafar/sqlite3-ruby.git cd sqlite3-ruby rake gem sudo gem install...