On 14 November 2014 01:03, Kengsreng Tang <
li...@ruby-forum.com> wrote:
> I generate new rails application with --skip-activerecord, because I'm
> going to use with MongoDB.
> But right now I want my APP to support MySQL as well.
> Any solutions?
Just generate a completely new rails app, specifying mysql, and look
at that database.yml to see what yours should contain.
Colin