Skip to content

lyc4n/rails-rename

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rename Gem for Rails 4

Based off of Rename which worked with Rails 3 apps.

Installation

Rename is a gem for Rails 4+ applications which renames the app. To run, simply install the gem by adding this line to your gemfile:

gem 'rails-rename', '~> 1.0.0'

Then, run bundle install to install the gem.

If you want to install it manually, simply run:

gem install rails-rename

Usage

rails g rename NewAppName

where NewAppName is the new name for your application in camelcase.

License

MIT License

About

Gem to rename your Rails 4 app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%