On Fri, Sep 2, 2011 at 12:48 PM, Arunan Skanthan <[email protected]> wrote: > Hi All, > > I've managed to get the team to try ruby, but sadly we cannot move > away from using IIS as the sever... any reccomends on setup (tutorial > links would be appreciated..)
Wow, what an odd combination. Well let me be the first one to suggest that maybe the combination is not such a good idea. Ruby on windows is notoriously slow, many gems won't work on it, and it doesn't have the same degree of community support so you are not likely to run into many people who have ran into the same problem as you and know how to fix it. If you insist on going down this route I would actually suggest some sort of a proxy mechanism or (GASP) fastcgi. Why not go the jruby route. Deploy trinidad, torquebox or glassfish and then use IIS to proxy to the java based servers. Jruby is well supported by windows and so are tomcat, glassfish, jboss etc. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
