As a fairly new rail developer, last week I had my first refactoring experience when I had to rename the controller and model in order to better reflect the domain we were working with. I used .NET for many years and used tools like Resharper to simply rename classes. I wonder how people in the rail world mitigate the refactoring problem? What interests me most is those that mostly use vim (or something else besides the IDE).
I'm most interested in:
- effective vim plugins that are specific to rails that can help in the process
- vim built-in tools that can also help in the process
I spent about two hours doing refactoring and would like to be effective, so any expert advice on rails would be great. Greetings.
Notice, I understand that this question is similar. What tools are available for Ruby refactoring? but I already know the IDE, like ruby ββmine, I am most interested in how people who use vim with such a task.
ruby vim ruby-on-rails refactoring
stantona
source share