jmromer / rename-rails

Rename your Rails 6+ application

Home Page:https://rubygems.org/gems/rename-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename-rails

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.

Installation

Add the following to your Rails app's Gemfile and bundle install:

gem "rename-rails"

Usage

$ rails generate rename_rails:app_to 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

About

Rename your Rails 6+ application

https://rubygems.org/gems/rename-rails

License:MIT License


Languages

Language:Ruby 100.0%