Are there any tools which support refactoring Ruby code (Rename method, Rename class, Extract method, Move method, …)?
The best I know is RadRails 2, but Aptana 3 removed this tool.
Netbeans doesn’t support Ruby on Rails anymore (it has community support)
Is there any such tool available? Do you know any? Rubymine ?
No matter if it is a command line tool, a Standalone GUI tool or integrated with Development Environment.
Please avoid answers like “ruby is so good to refactor” or “tests are your best friend”
RubyMine/IntelliJ does the best of what I use.
The Aptana product does some refactoring, but I’m not familiar with the latest iterations.