Re: [Ironruby-core] IronRuby on Netbeans

2008-08-22 Thread Ivan Porto Carrero
Isn't that just a matter of telling netbeans which ruby interpreter you want to use along with some other parameters. On Fri, Aug 22, 2008 at 1:09 PM, Web Reservoir [EMAIL PROTECTED] wrote: Hello, This is just my suggestion. Netbeans 6.5 shall support (1)Ruby (2) JRuby (3) Python and (4)

Re: [Ironruby-core] IronRuby on Netbeans

2008-08-22 Thread Web Reservoir
Hello, Let me make it clear... I am talking about IronRuby on Rails on Netbeans. I am not asking Netbeans to support Asp.Net MVC, as some might find confusing. Thanks -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list

Re: [Ironruby-core] IronRuby on Netbeans

2008-08-22 Thread Ivan Porto Carrero
Exactly what I was taking about. In netbeans go into Tools - Ruby Platforms . You can't at the moment but when there will be full gem support I don't see how IronRuby couldn't be used with netbeans as is. Netbeans works with ruby but it has no special hooks in ruby or jruby for that matter AFAIK

Re: [Ironruby-core] Code Review: RubyFxCop

2008-08-22 Thread Curt Hagenlocher
Looks good. GlobalSuppressions.cs needs a copyright notice. -Original Message- From: Tomas Matousek Sent: Friday, August 22, 2008 10:51 AM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org Subject: Code Review: RubyFxCop tfpt review /shelveset:RubyFxCop;REDMOND\tomat

[Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-22 Thread Sean Clark Hess
Hi everybody, I'm plugging in to an existing javascript library using invoke. I can successfully call my_js_object.invoke and get it to call different functions. They implemented a function called Observe that accepts a callback (event system). How can I tie in to javascript events with ruby?

[Ironruby-core] Green paper on IronRuby

2008-08-22 Thread Ivan Porto Carrero
Manning just published my green paper on ironruby. http://manning.com/free/green_carrero.html ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Green paper on IronRuby

2008-08-22 Thread Michael Foord
Why green paper? (Just curious.) Wikipedia has to say of the term: In Britain, other similar Commonwealth jurisdictions (e.g. Australia), and the Republic of Ireland, a *green paper* is a tentative government report of a proposal without any commitment to action; the first step in changing the

Re: [Ironruby-core] Green paper on IronRuby

2008-08-22 Thread Ivan Porto Carrero
Dunno ask Manning. Probably the answer will be marketing. It's a white paper AFAICT. and I would like to clarify for those that downloaded the paper there is an error on the first page. The year rails was released this is 2005 and obviously not 1994. It will be changed shortly. On Fri, Aug 22,

Re: [Ironruby-core] Green paper on IronRuby

2008-08-22 Thread Michael Foord
Downloading it now. :-) 2008/8/22 Ivan Porto Carrero [EMAIL PROTECTED] Dunno ask Manning. Probably the answer will be marketing. It's a white paper AFAICT. and I would like to clarify for those that downloaded the paper there is an error on the first page. The year rails was released this

Re: [Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-22 Thread Sean Clark Hess
Ok, I put the following in index.html in a blank ruby dynamic silverlight project http://pastie.textmate.org/258247 This is a really simple event system, with only one event, one listener... etc. It has a default handler you can trigger by clicking the link. Then, here is app.rb

[Ironruby-core] Code Review: bugs-2

2008-08-22 Thread John Lam (IRONRUBY)
tfpt review /shelveset:bugs-2;REDMOND\jflam Comment : - Fixes Rubyforge #21069: Array#delete on a frozen array throws a TypeError even if modification doesn't take place - Fixes Array#flatten frozen bug (related) - Fixes additional spec failure in Array#flatten where to_ary not

Re: [Ironruby-core] Code Review: bugs-2

2008-08-22 Thread Tomas Matousek
Looks good. -Original Message- From: John Lam (IRONRUBY) Sent: Friday, August 22, 2008 2:33 PM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org Subject: Code Review: bugs-2 tfpt review /shelveset:bugs-2;REDMOND\jflam Comment : - Fixes Rubyforge #21069: