> Hi Vegar, as Laurent said on your stackoverflow ticket, sequel works
> out-of-the-box on MacRuby trunk (and nightly):
>$ /usr/local/bin/macruby -r rubygems -e "require 'sequel'; p 42"
> 42
I've verified Sequel with MacRuby 0.8 and the 'sqlite3-ruby' gem. More
details at:
http://stackoverflow.co
Thanks for the tip, Russell, I did not know about the $" variable. I'll have
to revisit my code and see if I can eliminate some redundancy... currently
my code is using File.expand_path to ensure I don't have two different paths
to the same file, but maybe modifying $LOAD_PATH would be more elegant