Re: [MacRuby-devel] The future of MacRuby

2012-04-06 Thread denny trebbin
Hello Matt, for me I can tell the story about losing interests in MacRuby and stopping to use it began with rejecting feature suggestions/requests here on the mailing list. For example the automated snake_case to humbleCase and vise versa conversion. Just by the saying 'JRuby does it to so why

Re: [MacRuby-devel] Configuring IDE to use MacRuby?

2011-10-20 Thread denny trebbin
Hello, MacRuby the Bridging concept and language extensions are not designed to work well with other IDE's than Xcode. RubyMine will may offer support in later versions. I already filed a 'bug' which has been changed to a 'feature request'. Please have a look at this URL http://youtrack.jetbrai

Re: [MacRuby-devel] Macgem path variable

2011-06-03 Thread denny trebbin
$ macgem environment will show the path and other useful information about your macruby installation. Von: Shannon Love An: MacRuby development discussions. Gesendet: 18:19 Freitag, 3.Juni 2011 Betreff: [MacRuby-devel] Macgem path variable Greetings, Does m

Re: [MacRuby-devel] Renaming the MacRuby project

2011-04-03 Thread denny trebbin
hmm i double checked my calendar to be sure not getting trapped as april fool... :-) --- Bryan Harrison schrieb am So, 3.4.2011: Von: Bryan Harrison Betreff: Re: [MacRuby-devel] Renaming the MacRuby project An: "MacRuby development discussions." Datum: Sonntag, 3. April, 2011 18:52 Uhr What,

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread denny trebbin
On Lion it does not work. Xcode4.x didn't show anything related to MacRuby. Opening my StarCraft2 Replay Analyzer will cause Xcode4 to blame me about missing MacRuby files. --- Laurent Sansonetti schrieb am Fr, 11.3.2011: Von: Laurent Sansonetti Betreff: Re: [MacRuby-devel] Note of warning abo

Re: [MacRuby-devel] IDE and TextEditor

2011-01-17 Thread denny trebbin
I use XCode only for the build process to create the .app. Interface Builder for the design and linking objects. With one exception I use RubyMine for the whole rest of Mac development. Actually RubyMine doesn't support MacRubys 'framework' concept yet, so I rarely need to use XCode for Mac spec

Re: [MacRuby-devel] MacRuby Book discount

2011-01-17 Thread denny trebbin
Hi, no you are not the last "offline" reader. i like to get some paper in my hands too. and paper is hdd crash aware ;-) --- Robert Love schrieb am Mo, 17.1.2011: Von: Robert Love Betreff: Re: [MacRuby-devel] MacRuby Book discount An: "MacRuby development discussions." Datum: Montag, 17. Janua

Re: [MacRuby-devel] Static Typing

2011-01-05 Thread denny trebbin
mirah is a project to transform the beauty of ruby to java but with respecting the rules of java. so mirah forces you to use static typing.god i hope nobody tries to implement static typing in ruby. dynamic typing is so much more freedom and thanks to cucumber a breeze :)sorry but i hope this "n

Re: [MacRuby-devel] converging for 1.0

2010-12-04 Thread denny trebbin
m. Once Xcode 3 is installed in your Mac, just install MacRuby and you should be done.  Xcode 4 is a different version, it's still in beta so we cannot discuss it here until it's fully released. It is also possible to develop with MacRuby without Xcode at all, as Dave mentioned.  Laurent O

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread denny trebbin
2010 16:24 Uhr You need a paid developer subscription. Travis On Fri, Dec 3, 2010 at 3:03 AM, denny trebbin wrote: Can you download XC4 without paying 99$ ?My none paid account allows me only to download XC3 :-) --- russell muetzelfeldt schrieb am Mi, 1.12.2010: Von: russell muetzelfeld

Re: [MacRuby-devel] converging for 1.0

2010-12-03 Thread denny trebbin
, 2010 14:06 Uhr > From: Caio Chassot > On 2010-12-01, at 07:45 , denny trebbin wrote: >> >> GitHub or BitBucket (I love Mercurial, its pretty much easier then Git, IMO) >> doesn't really matter but I think a switch to almost newer source control >> system wil

Re: [MacRuby-devel] converging for 1.0

2010-12-01 Thread denny trebbin
GitHub or BitBucket (I love Mercurial, its pretty much easier then Git, IMO) doesn't really matter but I think a switch to almost newer source control system will stop by the use of Xcode. Because Xcode is crappy and supports not distributed source control system.I switched from Java to Ruby and

Re: [MacRuby-devel] Objective-c Class -> methods

2010-11-21 Thread denny trebbin
HI, I think for calling the .methods method from MacRuby you should add two additional MacRuby specific arguments. to get the list of all methods use this: .methods(true,true)or.methods true, true --- András Zalavári schrieb am So, 21.11.2010: Von: András Zalavári Betreff: [MacRuby-devel] Objec