pepe wrote: > First of all many thanks to everybody contributing to solve this > problem of mine, especially Nick Sieger, who proposed what ended up > being a pretty easy way to making everything work. > > The original task: I needed to be able to use SQL Server 2005 in a RoR > application in a Windows environment. > > The problem: Accessing SQL Server from RoR was proving a pretty > challenging task for my little and lazy brain. > > [...]
You don't need JRuby to do this. At my job, we're connecting to MS SQL databases with MRI on Mac OS (with FreeTDS). Also, check out marnen-foreigner (my fork of Foreigner). It's just like the original Foreigner, but it handles foreign key constraints on MS SQL. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- 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.

