Refactor / rename script for rails 3

Is there a refactor / rename script similar to https://github.com/hiroshi/script-refactor that works with rails 3?

+3
source share
1 answer

I would advise you to try the RubyMine IDE from JetBrains. It has refactoring (e.g. name change), is built-in and usually does a fantastic job.

We use RubyMine as our standard IDE in my work (about 20 rail engineers), and everyone loves it.

0
source

All Articles