Re: [MacRuby-devel] MacRuby and Sequel

2010-12-23 Thread Chuck Remes
On Dec 22, 2010, at 9:32 AM, Stephen Petschulat wrote: > I've so far tried basic db creation, inserting, and querying. The > project doesn't have a test suite that I can see and I haven't tried > out the command line environment. It has quite a few specs. https://github.com/jeremyevans/sequel/t

Re: [MacRuby-devel] MacRuby and Sequel

2010-12-22 Thread Stephen Petschulat
y, or just require it? > Does the tests run with macruby? > regards, > -Vegar > > From: Stephen Petschulat > Date: 20. desember 2010 00:25:23 GMT+01.00 > To: macruby-devel@lists.macosforge.org > Subject: [MacRuby-devel] MacRuby and Sequel > Reply-To: "MacRuby developmen

Re: [MacRuby-devel] MacRuby and Sequel

2010-12-20 Thread Vegar Vikan
Hi, Are you able to actually use the library, or just require it? Does the tests run with macruby? regards, -Vegar > From: Stephen Petschulat > Date: 20. desember 2010 00:25:23 GMT+01.00 > To: macruby-devel@lists.macosforge.org > Subject: [MacRuby-devel] MacRuby and Seque

[MacRuby-devel] MacRuby and Sequel

2010-12-19 Thread Stephen Petschulat
> 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

Re: [MacRuby-devel] MacRuby and Sequel

2010-12-03 Thread Eloy Duran
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 Eloy On Fri, Dec 3, 2010 at 10:16 AM, Vegar Vikan wrote: > Hi, > > Someone says Sequel is possible to use with

[MacRuby-devel] MacRuby and Sequel

2010-12-03 Thread Vegar Vikan
Hi, Someone says Sequel is possible to use with MacRuby, someone says its not... When I try, I get an error message, which I have posted on StackOverflow (http://stackoverflow.com/questions/4339601/macruby-error-when-using-sequel). One of the answers suggest that I cross-post the question to th