[MacRuby-devel] macruby_deploy and nokogiri - LoadError on some mac

2011-05-18 Thread Francis Chong
p/Contents/Resources/rb_main.rb:20:in `' 18/05/2011 10:44:53 PM com.apple.launchd.peruser.501[191] ([0x0-0x157b57a].hk.ignition.mac.ChineseIdiom[1576]) Exited with exit code: 1 Thanks Francis Chong Ignition Soft http://ignition.hk ___ MacRub

Re: [MacRuby-devel] MacRuby, Control Tower and Sinatra.

2012-01-12 Thread Francis Chong
Hi I can repeat the issue. It is working good with Sinatra 1.0.0 -> https://gist.github.com/1600852 Kevin Poorman 於 2012年1月12日 下午9:17 寫道: > Morning all, > > I'm having a go at setting up a macRuby app that utilizes Control Tower and > Sinatra. > I've no problem installing the gems for eithe

Re: [MacRuby-devel] The Future of MacRuby

2012-04-07 Thread Francis Chong
Automatic Reference Counting implements automatic memory management for Objective-C objects and blocks. If you read MacRuby source code, you will found that the VM is not even written in Objective-C! Henry Maddocks 於 2012年4月7日 下午7:13 寫道: > > On 7/04/2012, at 6:13 PM, Joshua Ballanco wrote: >

Re: [MacRuby-devel] The Future of MacRuby

2012-04-07 Thread Francis Chong
solve in order to reach > stability, but don't worry, we will get there. > > Laurent > > 2012/4/7 Francis Chong : >> Automatic Reference Counting implements automatic memory management for >> Objective-C objects and blocks. If you read MacRuby source code, you wil

Re: [MacRuby-devel] The future of MacRuby

2012-04-08 Thread Francis Chong
While i totally agree the points here, a more pressing need, IMHO, is fixing bugs and incompatibility of MacRuby such that what works on other implementation just works in MacRuby, For instance, require_relative is not implemented which breaks a lot of 1.9 ruby code. (http://www.macruby.org/tra

Re: [MacRuby-devel] The Future of MacRuby

2012-04-08 Thread Francis Chong
Compare with ActiveRecord/DataMapper, i really have no love on Core Data. If MacRuby could run all those ActiveRecord/DataMapper adapters, there are few reason to use a Core Data wrapper (much like ruby dev will not ever normally use mysql/postgres gem directly). Certainly if such wrapper follo

Re: [MacRuby-devel] RubyMotion: Ruby for iOS

2012-05-03 Thread Francis Chong
This is awesome! I'm in. On 2012年5月4日Friday at 上午1:02, Laurent Sansonetti wrote: > Hi guys, > > I am extremely excited to announce the immediate availability of > RubyMotion, a revolutionary toolchain for iOS development in Ruby. > > (RubyMotion is what I have been working on these last 6

Re: [MacRuby-devel] RubyMotion: Ruby for iOS

2012-05-03 Thread Francis Chong
> Can I use Ruby gems? > Because RubyMotion implements a dialect of Ruby that is statically compiled, > regular Ruby gems will not work in RubyMotion. We provide documentation which > describes how to architect gems to work with RubyMotion. Would love to see those documents online! On 2012年5月4日

Re: [MacRuby-devel] Compile command line app

2012-05-29 Thread Francis Chong
You can compile any ruby file with macrubyc. For anything more complex you probably want to check macruby_deploy. There is an old post at: http://macruby.macosforge.org/blog/2009/11/17/macruby05b2.html which should still valid. -- Francis Chong Ignition Soft On 2012年5月29日Tuesday at 下午7

Re: [MacRuby-devel] OS X10.9 & MacRuby's future...

2013-05-17 Thread Francis Chong
While I'm really happy about OS X support on RubyMotion, it is not a replacement for MacRuby.  IMHO MacRuby is far superior: It offer JIT compiler, you develop orders of magnitude faster as you dont need clean and rebuild every time. You have full ruby compatibility, load standard library a

Re: [MacRuby-devel] Fwd: OS X10.9 & MacRuby's future...

2013-05-17 Thread Francis Chong
; >> Is RubyMotion a full Ruby. Does it support reflection and metaprograming? >> Thanks, David Kramf >> >> >> >> ___ >> MacRuby-devel mailing list >> MacRuby-devel@lists.macosforge.org >> https://lists.macosfo

Re: [MacRuby-devel] Fwd: OS X10.9 & MacRuby's future...

2013-05-17 Thread Francis Chong
programing? >> Thanks, David Kramf >> >> >> >> _______ >> MacRuby-devel mailing list >> MacRuby-devel@lists.macosforge.org >> https://lists.macosforge.org/mailman/listinfo/macruby-devel >> Francis Chong >> 17

Re: [MacRuby-devel] OS X10.9 & MacRuby's future...

2013-05-18 Thread Francis Chong
May 17, 2013, at 3:31 PM, Francis Chong wrote: >> @david depends on your definition on full ruby. I would say standard library >> is part is full ruby, where RubyMotion deliberately remove part of them >> >> @stephen thanks for the update, I should have tested that my

Re: [MacRuby-devel] OS X10.9 & MacRuby's future...

2013-05-19 Thread Francis Chong
@ben thanks, this is very clear @david you can do reflection and metaprogramming in RubyMotion, but if you porting code from regular ruby (like those use missing standard library like singleton, delegate, or those missing API like eval string, method_define string) , it might need some big cha

Re: [MacRuby-devel] segmentation fault 11 with net:http post inside of a function?

2013-07-03 Thread Francis Chong
Hi Bryan Perhaps copy has already been defined in top level and it do something important? Try rename your method to something else and try again. Francis Chong Ignition Soft On 4 Jul, 2013, at 7:17 AM, bryan rasmussen wrote: >> I think osx doesnt like the "localhost", try

Re: [MacRuby-devel] How dead is dead...

2014-04-29 Thread Francis Chong
Hey this look very interesting! First question when I checked the examples, when should I use autorelease “NSMenu.new.autorelease” and when should I not to? Do I need to retain manually? On Apr 29, 2014, at 7:21 AM, Patrick Hanevold wrote: > There is only the github at the moment (https://gi