On Dec 13, 2:16 pm, John Doe <[email protected]> wrote: > Internet references are years out of date and links to downloads broken. > Is Rails on IIS dead? > > We need to make a development decision and right now the situation it > looks dire for Ruby on Rails... We could do with a straight answer. >
Please look into Helicon Zoo: http://www.helicontech.com/zoo/ It contains a Rack-based IIS adapter. I believe requires Ruby 1.9.2 minimum and work with IIS and IIS Express The previous versions of Ruby/Rails for IIS will not work mainly because: * Where compiled with an incompatible version of Visual Studio that do not link to the same version of the CRT and thus, segfaults. * Is no longer maintained * FastCGI (which was used for those IIS plugins) do not compile under MinGW/GCC, which is the one used by latest Ruby installers. Hope that helps. -- Luis Lavena -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

