This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
MIT-LICENSE | Tue Jan 27 00:11:54 -0800 2009 | |
| |
README | ||
| |
TODO | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
uninstall.rb |
README
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.








