Switching Ruby on Rails databases
Posted
by Marco
on Stack Overflow
See other posts from Stack Overflow
or by Marco
Published on 2010-05-16T19:22:05Z
Indexed on
2010/05/16
19:30 UTC
Read the original article
Hit count: 209
ruby-on-rails
|database
Hi,
I'm starting learning Ruby on Rails. So my application, like every Rails app, has three databases:
- Development
- Test
- Production
And the question is: how do i switch from a db to another?
Thanks
© Stack Overflow or respective owner