Need to create RoR app with MySQL
I was using SQLite with Ruby on Rails but now I have switched to MySQL and I am unable to create a new RoR application using MySQL.
When I do 'rails AppName' it creates a new project but it isn't connected with MySQL.
So what do I create a new rails project using MySQL?








