Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

jmromer/rename-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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