how to clone a project on heroku
- by rails_guy
I have a project on heroku working fine.  Now I want to create same project with different url (same code) as the one I have working now.  So that I can give the new url to the customer as a 'test' site.  I know in heroku i can just rename the url but I want to completely separate development from test (database wise).   
What is the best solution? Do I start from scratch? cd into new folder on my machine...clone project from github...make new database -test ...push to heroku...etc. etc.