I’m using Rails client side, and planning to load different databases
for different users, during runtime. Is this possible in Rails?
Hey Alex,
Did you look into the magic multi-connections plugin? It might be along
the lines of what you need.
http://magicmodels.rubyforge.org/magic_multi_connections/
Aryk