Seyit Caglar Abbasoglu wrote:

> I'm pretty new to RoR but I like it very much. My problem I haven't find 
> any refactoring support (for example renaming a controller, or 
> extracting one).
> 
> Are there any plugins/tools for such a job? Or are there any work on 
> that issue. IMO for agile development ease in change would be pretty nice.

That would be editor-specific. Refactoring support for Ruby sucks, but it 
doesn't have to:

http://www.oreillynet.com/onlamp/blog/2008/05/dynamic_languages_vs_editors.html

I typically...

  - Baseline everything by integrating it
  - svn mv a file by name
  - svn mv the test file
  - immediately open an editor and global search-n-replace the name
  - run all the tests & integrate

The search-and-replace should hit the matching test case, by name.

I use 'svn mv' first because I'm too paranoid to do the search-n-replace first. 
There might be a technical reason...

-- 
   Phlip


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to