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

2010-03-31 Thread Ivan Porto Carrero
I can get it to work kind of.. (IronRuby.Rack) but it doesn't show images for me. everything else works great. Here's an example of a config.ru file. Although in rails I put the bin folder and web.config file in the public folder and change the app root setting in web.config. http://github.com/

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-31 Thread Jimmy Schementi
Wow, a lot of questions to answer here; let me know if I missed one ... > What is the recommendation for using Ruby's standard libraries in Silverlight > applications? > Should the lib be copied to the project dir? should a reference be added to > the manifest? some other technique? Depends on

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

2010-03-31 Thread Robert Rouse
It probably is a configuration issue for me. I could never get it to actually run anything through Rack. I'll try again at some point very soon and note what I've tried. I was just a little frustrated last time, so I didn't write anything useful down. On Wed, Mar 31, 2010 at 5:37 PM, Jimmy Schem

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

2010-03-31 Thread Jimmy Schementi
Nick, IronRuby.Rack lets you run Rack-based applications on IIS, like Rails. Read more here: http://github.com/ironruby/ironruby/tree/master/Merlin/Main/Hosts/IronRuby.Rack#readme Basically get the IronRuby source code, build IronRuby.Rack.sln, and try the IronRuby.Rails.Example app; it will ru

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

2010-03-31 Thread Robert Rouse
I think the problem is that the information really isn't complete. The IIS stuff isn't even on this page, it's in the IronRuby.Rack readme, which I have yet to have success with. On Wed, Mar 31, 2010 at 4:06 PM, Shri Borde wrote: > http://ironruby.net/Documentation/Real_Ruby_Applications/Rails sh

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

2010-03-31 Thread Shri Borde
http://ironruby.net/Documentation/Real_Ruby_Applications/Rails should have the info you need. Did this not show up in a web search? Could the web site be better organized? Just wondering how we could make it easier for people to get to the info on ironruby.net... -Original Message- Fro

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

2010-03-31 Thread Nick Hird
Is there a way to get IronRuby on Rails to work under IIS6 or IIS7? I have seen some articles about Ruby on Rails, but not IronRuby. I guess it wouldn't be too difficult since these are both MS apps. I just cant find how to do it, sure the built in tester for rails is there for development, but i w

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-31 Thread Tomas Matousek
Unfortunately Mono C# compiler in 2.6.3 is broken again. I haven’t had time to investigate yet, but I’ll look at that in a week or two. In any case xbuild is the way how to build IronRuby and IronPython on Mono. We are not going to maintain rake files that duplicate msbuild project system. Toma

Re: [Ironruby-core] Saving to YAML not working as expected.

2010-03-31 Thread Jim Deville
Does Xbuild work then (in place of rake)? Or do we still have issues with casing and such? JD From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek Sent: Tuesday, March 30, 2010 11:00 PM To: ironruby-core@rubyforge.org Subject: Re: [I

Re: [Ironruby-core] Silverlight Problem

2010-03-31 Thread Jimmy Schementi
Shay, Not sure what release you're using, but I've made sure that the Chiron.exe in the IronRuby releases will only depend on the DLL files, and put them in the generated XAP file. Let me know if you had this issue with the last RC. ~js From: ironruby-core-boun...@rubyforge.org [mailto:ironru

Re: [Ironruby-core] Chiron on linux

2010-03-31 Thread Jimmy Schementi
FYI, Chiron's switches can either be prefixed by a "/" or a "-" ... so you can use a dash if that feels more natural: mono Chiron.exe -b From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Monday, March 08, 2010 11:27 PM T