Marcelo Barbudas wrote: > Hi. > > I'm in a situation where I have to provide a hosted Rails App > solution. I'm running Apache with passenger in the backend. > > What is the proper way to change the DB depending on the subdomain? > Should I use data_fabric?
Generally, you don't need a separate DB for each subdomain. One big DB is usually better. > > -- > R. 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.

