A set of refactoring tools for Ruby On Rails. It should ease your life.
This lists the available refactoring tools installed by this package:
You can install it from the console with:
$ apm install ror-refactor
Or from Atom itself.
Select a bunch of code then hit CTRL + ALT + CMD + R
:
Select a piece of code line then hit CTRL + ALT + CMD + R
:
Select a bunch of methods to move in a new class then hit CTRL + ALT + CMD + R
:
You can specify the following options:
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.