[Ironruby-core] IronRuby on NetBeans

2009-10-02 Thread Shay Friedman
Hi friends, I was trying to use IronRuby as a Ruby platform in NetBeans but without any success. It keeps telling me that the interpreter doesn't seem to be a valid Ruby interpreter. This is what I have tried without success: - I figured out that NetBeans was trying to run a file on the path

Re: [Ironruby-core] IronRuby on NetBeans

2009-10-02 Thread Ivan Porto Carrero
I guess you'd have to make ironruby a known platform for Netbeans, perhaps they only check for executable names that have ruby in them. you can try to symlink (ntfslink i believe) ir.exe to ironruby.exe and see where that gets you. (copying should also work) I'm using Rubymine, very similar to

Re: [Ironruby-core] IronRuby on NetBeans

2009-10-02 Thread Jim Deville
@rubyforge.org Subject: Re: [Ironruby-core] IronRuby on NetBeans I guess you'd have to make ironruby a known platform for Netbeans, perhaps they only check for executable names that have ruby in them. you can try to symlink (ntfslink i believe) ir.exe to ironruby.exe and see where that gets you. (copying

Re: [Ironruby-core] IronRuby on NetBeans

2009-10-02 Thread Tomas Matousek
To: ironruby-core@rubyforge.org Subject: [Ironruby-core] IronRuby on NetBeans Hi friends, I was trying to use IronRuby as a Ruby platform in NetBeans but without any success. It keeps telling me that the interpreter doesn't seem to be a valid Ruby interpreter. This is what I have tried without success

Re: [Ironruby-core] IronRuby on Netbeans

2008-08-28 Thread Orion Edwards
Ditto. A huge deal for my company at least is imagemagick/rmagick and memcache. Probably memcache being the single most important one. Hopefully it won't prove difficult to port to .net On 29/08/2008, at 12:57 AM, Michael Letterle [EMAIL PROTECTED] wrote: The answer depends on what

Re: [Ironruby-core] IronRuby on Netbeans

2008-08-27 Thread Curt Hagenlocher
Mario Gutierrez writes: Would anyone use IronRuby within ASP.NET MVC? The Ruby MVC frameworks are much more elegant taking advantage of dynamic nature of Ruby. ASP.NET MVC would be a downgrade. There are at least two good reasons someone might want to use IronRuby with ASP.NET MVC. The

Re: [Ironruby-core] IronRuby on Netbeans

2008-08-27 Thread John Lam (IRONRUBY)
27, 2008 6:51 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby on Netbeans Web Reservoir wrote: 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

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