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
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
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.
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
Thanks for the swift reply Steve,
I've now removed all the encodings that aren't available in MacRuby
and everything works fine.
Thanks for your help!
If anyone else is having the same problem, change this block in client.rb
if defined? Encoding
CHARSET_MAP = {
"armscii8" => nil,
Hi Michael,
I've encountered a few gems that use this encoding - prawn to name but one.
All I do is edit the gem source to remove references to all the encodings I
don't need - which is most!
I don't know if it's possible to add the additional encoding to macruby?
Steve
On 20 Sep 2011, at 10
Hi guys,
I'm attempting to use the mysql2 gem with mac ruby.
I do a "macruby install mysql2" then copy the gem directory to my
vendor directory.
when I require vendor/mysql2 I get this error:
`': uninitialized constant Encoding::Windows_1250 (NameError)
Am I doing something wrong?
Thank you