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

2012-03-01 Thread Pim Snel
Op 1 mrt. 2012, om 14:00 heeft Stian Håklev het volgende geschreven: > > thank you very much for sharing this. However, one of the problems with > appscript is that it requires XCode to install, which many non-programmers > don't have installed I'm almost sure that you do not need xcode if you

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

2012-03-01 Thread Stian Håklev
Hi Pim, thank you very much for sharing this. However, one of the problems with appscript is that it requires XCode to install, which many non-programmers don't have installed (although it gets easier now that they separated the command line compilers from the rest of the several gig XCode install

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.

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

2012-02-28 Thread Stian Håklev
Hi all, I use a bunch of Ruby Script and appscript-rb, together with a stand-alone keyboard shortcut app to integrate a number of Mac apps. ( http://reganmian.net/wiki/researchr:start). I am very interested in the possibility of porting this to MacRuby, because currently my biggest problem is the d