Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Matt Aimonetti
Last I checked there was a problem with Sequel but Joshua had a work around and was planning on talking the the gem author. (Sequel overwrites require on some classes which causes some issues on our side) Regarding sqlite3, try the Ruby version before using the C extension, just in case ;) - M

Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Laurent Sansonetti
Hi Mario, I don't know for DataMapper, but Sequel and the SQLite3 extension should work with MacRuby 0.7 (that's what we use for a web app). If you run into a problem, make sure to file a ticket and we will look. We have lots of work in our TODO list when it comes to Ruby compatibility, and fi

Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Rob Gleeson
Hey, awesome work on the Sandbox class! I wrote a library to do something similar using FFI and MRI/REE. I'll definitely be taking a look at that :-) Congrats on 0.7, too! Rob On 2 Oct 2010, at 05:44, Laurent Sansonetti wrote: > Hi guys, > > MacRuby 0.7 is now ready to be released. I create

Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Mario Steele
Hopefully, 0.7 solves some of the issues that I've been running into, trying to get 3rd party Ruby libraries to work, and such. If I could get Sequel or DataMapper to work with SQLite3, in my app, I'd be happy. Keep up the good work. On Sat, Oct 2, 2010 at 7:18 AM, Daniel Lopes wrote: > Awesom

Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Daniel Lopes
Awesome, thanks a lot. Sent from my iPhone On 02/10/2010, at 01:44, Laurent Sansonetti wrote: > Hi guys, > > MacRuby 0.7 is now ready to be released. I created a branch called "0.7" > which might host minor fixes, and I'm now working on preparing the release > and announcement post. It shoul

[MacRuby-devel] MacRuby 0.7 release notes

2010-10-01 Thread Laurent Sansonetti
Hi guys, MacRuby 0.7 is now ready to be released. I created a branch called "0.7" which might host minor fixes, and I'm now working on preparing the release and announcement post. It should now be released very soon, likely Monday (we want to do more testing). In the meantime, trunk becomes Ma