Sha256: 26dde671ae2cccd009587fdf503b1a48a4b3eec5b4ffd78d7f02abb3befff474
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
rename-rails ============ This gem allows you to rename your Rails application using a single command. A fork of [rename][rename], originally authored by [@morshedalam][], with updates for Rails 6 provided by [@rlogwood][] and [@dbronzetti][]. [rename]: https://github.com/morshedalam/rename [@morshedalam]: https://github.com/morshedalam [@rlogwood]: https://github.com/rlogwood [@dbronzetti]: https://github.com/dbronzetti Installation ------------ Add the following to your Rails app's `Gemfile` and `bundle install`: ```ruby gem "rename" ``` Usage ----- ```sh $ rails generate rename:into NewAppName ``` Contributing ------------ 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am "Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rename-rails-1.0.1 | README.md |