Re: [Ironruby-core] IronRuby on Rails and IIS 6 or IIS 7

2010-04-17 Thread Brian Sullivan
Jimmy, Apologies, my searches didn't turn up that particular comment. Didn't mean to make you repeat yourself. :-) Looking forward to future releases of IronRuby and Rack for IIS! Brian -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mail

Re: [Ironruby-core] IronRuby on Rails and IIS 6 or IIS 7

2010-04-17 Thread Jimmy Schementi
As I've already said: > There's also a bug with serving binary files, so images won't work, but > that'll be fixed for this release. ~Jimmy On Apr 17, 2010, at 12:00 PM, "Bobby Johnson" mailto:bobby.john...@gmail.com>> wrote: yeah I am getting the same thing. Even just pulling the image up di

Re: [Ironruby-core] How could I get RPC in iron ruby?

2010-04-17 Thread Ryan Riley
Maybe I spoke too soon, but I thought it did. I was switching back and forth a lot at the time. I will try again once I get everything re- installed. Sent from my iPhone On Apr 17, 2010, at 1:47 AM, Seo Sanghyeon wrote: 2010/4/17 Ryan Riley : Or use hpricot or nokogiri Ruby libraries. You

Re: [Ironruby-core] IronRuby on Rails and IIS 6 or IIS 7

2010-04-17 Thread Bobby Johnson
yeah I am getting the same thing. Even just pulling the image up directly. mysite.com/images/image.png in firefox says the image is corrupt. On Sat, Apr 17, 2010 at 11:26 AM, Brian Sullivan wrote: > Ivan, I'm having the same problem. Everything else seems to work, but > no images show up. The i

Re: [Ironruby-core] IronRuby on Rails and IIS 6 or IIS 7

2010-04-17 Thread Brian Sullivan
Ivan, I'm having the same problem. Everything else seems to work, but no images show up. The image URLs generated by the framework seem to be correct, but I get broken image icons when I paste those URLs directly into the address bar. It seems odd, because other types of static content (css file

Re: [Ironruby-core] Code Review: Etc module for Mono

2010-04-17 Thread Tomas Matousek
In irtests.rb: We already have an environment variable ROWAN_RUNTIME that is used to run tests on Mono. No need to add cmd_prefix. Just in your dev.sh set ROWAN_RUNTIME to “mono”. Why do you need to set debug_folder to mono_debug? Why couldn’t mono build to the same folders (Debug/V4 Debug) as on

Re: [Ironruby-core] How could I get RPC in iron ruby?

2010-04-17 Thread Seo Sanghyeon
2010/4/17 Ryan Riley : > Or use hpricot or nokogiri Ruby libraries. You will find several libs to > choose from. Does nokogiri work on IronRuby?! -- Seo Sanghyeon ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/l

Re: [Ironruby-core] How could I get RPC in iron ruby?

2010-04-17 Thread Ryan Riley
Or use hpricot or nokogiri Ruby libraries. You will find several libs to choose from. Sent from my iPhone On Mar 18, 2010, at 11:41 PM, Ivan Porto Carrero > wrote: There are several ways to do that with IronRuby. Very CLR centric: You can create a proxy to your webservice using visual stud