0.01
No commit activity in last 3 years
No release in over 3 years
This library allows you to rename Rails 4 application using a single command.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

>= 4.0.0
 Project Readme

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