Re: [MacRuby-devel] MacRuby gems running very slow, how to debug/improve

2012-03-01 Thread Pim Snel
really hope people could offer advice on how to help optimize these > libraries for MacRuby! > > Stian > > On Thu, Mar 1, 2012 at 07:26, Pim Snel wrote: > Hi Stian, > > We use the appscript gem for an Mac App we developed. To install appscript we > ask for the Admin pas

Re: [MacRuby-devel] MacRuby gems running very slow, how to debug/improve

2012-03-01 Thread Pim Snel
Hi Stian,We use the appscript gem for an Mac App we developed. To install appscript we ask for the Admin password and then we use a custom script to install every file we need. The objc method that calls the Sudo Dialog when files are missing is printer below. Their should be a ruby way to do this.