Project
Ruby
Priority
Major
Type
Bug
Fix versions
RubyMine 2.0
State
Verified
Assignee
Unassigned
Subsystem
Rails. Code Insight
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anna Bulenkova
    2 years ago (10 Aug 2009 17:32)
  • Updated by   Anna Bulenkova
    6 months ago (15 Jul 2011 16:44)
  • Jira: RUBY-4640
    (history, comments)
 
RUBY-4640 Incorrect refactoring of partials
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
1. index.html.rb of a controller
<%= render :partial=>'messages/list<CARET>', :locals=>{:list=>@p.received_messages} %>

2. Shift + F6 to rename _list.html.erb
3. Change the file name

Result will be :partial=>'messages/_foo' instead of messages/foo

Environment: Rails 2.2
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments