ruby on rails w/ SQLServer

Posted by jaydel on Stack Overflow See other posts from Stack Overflow or by jaydel
Published on 2011-01-14T20:51:51Z Indexed on 2011/01/14 20:53 UTC
Read the original article Hit count: 131

Filed under:
|
|

I've heard from some people that RoR doesn't marry cleanly with SQLServer. We have a series of historical, standardization to use SQLServer but if we can push back with valid reasons we can move to another db. One person on the team wants MySql and another wants Postgres, etc. I'm trying to stay out of the religious wars and really understand what the pain point is with SQLServer.

We're running the app server on a linux box, and the database will be on a windows box and the SQLServer that we're supposed to standardize on is 2008, if those details help any...

thanks in advance!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ruby-on-rails