Skip to content

hiroshi/script-refactor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
script/refactor
===============
This plugin provides a simple script. It helps you refactor rails applications.
Say, you have 'user' resource, and you want to change the name of the resource to 'person',
the script replaces name of files, directories, constants, variables and so forth.

== INSTALL
First of all, if you don't install this via:

  script/plugin install git://github.com/hiroshi/script-refactor.git

You may have no script/refactor. If so, do install.rb by hand:

  ruby vendor/plugins/script-refactor/install.rb

Next, just type:

  script/refactor

You will see the usage and other information of the script.

About

A rails plugin that helps refactoring rails application (2013: sorry, but not supported)

<a href="http://blog.yakitara.com/">blog.yakitara.com</a>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages