search for: cicago

Displaying 1 result from an estimated 1 matches for "cicago".

Did you mean: chicago
2005 Nov 29
2
one rails application, many schemas
hello all! i am about to deploy an app that needs to connect to different schemas... uhm. let me explain. the app is located on a server (of course), and on the same server is a database with many schemas called new_york, cicago, barcelona, hongkong, singapore and so on. people from this citys need to use the app, and the app should connect to the correct schema depending from where they connect from. so i tought i could set up many times the same application in different folders, with different database.yml and make t...