This gem allows you to rename your Rails application using a single command.
A fork of rename, originally authored by @morshedalam and @mindplace, with updates for Rails 6 provided by @rlogwood and @dbronzetti.
Add the following to your Rails app's Gemfile
and bundle install
:
gem "rename-rails"
$ rails generate rename_rails:app_to NewAppName
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request