Re: [MacRuby-devel] Using compiled MacRuby objects from an Objective-C application

2010-12-23 Thread Mario Steele
Hello Justin, On Thu, Dec 23, 2010 at 5:27 PM, Justin Schumacher < jus...@sweetspotdiabetes.com> wrote: > Laurent, > > I made the switch to rbo files. The load time was 3.6 seconds with .rb > files and 0.9 seconds with .rbo files. That's a good improvement and is > acceptable for my project for

Re: [MacRuby-devel] Using compiled MacRuby objects from an Objective-C application

2010-12-23 Thread Justin Schumacher
Laurent, I made the switch to rbo files. The load time was 3.6 seconds with .rb files and 0.9 seconds with .rbo files. That's a good improvement and is acceptable for my project for the time being. I did notice that the Objective-C API method 'evaluateFileAtPath' cannot accept rbo files. To lo

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