If I have an old Rails 3 app and I wanted to rewrite the entire thing from scratch to Rails 4.2 (not upgrade); is it recommended to delete everything on the git branch and run the rails new myapp
generator again?
Or should I just create a new repo for the rewrite?
Thanks