Thanks for this hint, this lib looks great. Problem is, that I can't make it 
work. I am loading all gems from vendor folder inside my app. So:

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'vendor/sqlite3-ruby/lib'))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'vendor/sequel/lib'))

require 'sqlite3'
require 'sequel'

But the problem is, that when loading sqlite3 it raises this error:

`loadExternalLibraries': no such file to load -- sqlite3/sqlite3_native 
(LoadError)

Which looks really strange... Hints?

- Petr

On Apr 18, 2011, at 8:00 PM, Joe West wrote:

> On Mon, Apr 18, 2011 at 7:47 AM, Rolando Abarca
> <rola...@gamesforfood.com> wrote:
>> try sequel: http://sequel.rubyforge.org/
>> 
> 
> +1 for Sequel
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to