On 12 May 2010 18:13, Amir Sanaii <[email protected]> wrote: > another question ? => > > Can we have and use different DBMS install gem on one machine ? > for example : gem install sqlite-3 and gem install mysql and gem install > ... and use one of them for each project i mean one project use MS SQL > SERVER and another one > use postgreSQL in the same time?
Yes, just put the appropriate setting in database.yml. You can even have different drivers between production and development on the same app. Colin -- 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.

