rails plugin install git://github.com/get/Rename.git will allow us to rename only rails 3 app
rails plugin install git://github.com/get/Rename.git
Is there any gem available to rename Rails 4 app.
For rails 5.2
Add gem 'rename' to the gemfile
gem 'rename'
bundle install
rails g rename:into your_new_app_name