Project
Ruby
Priority
Major
Type
Bug
Fix versions
RubyMine 1.1.1
State
Can't Reproduce
Assignee
Anna Bulenkova
Subsystem
Refactorings
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anna Bulenkova
    2 years ago (28 May 2009 19:08)
  • Updated by   Vadim Gurov
    8 months ago (18 May 2011 18:18)
  • Jira: RUBY-4155
    (history, comments)
 
RUBY-4155 File rename fails on a parent model class
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
1. content.rb
class Content < ActiveRecord::Base
end

2. article.rb
class Article < Conte<CARET>nt
end


Class Content will be renamed, the corresponding file will be not

Issue was resolved
Comments (2)
 
History
 
Linked Issues (?)
 
Oleg Shpynov
  Oleg Shpynov
01 Jun 2009 17:42
2 years ago
Is go to declaration is this case prompt only 1 correct variant?
Anna Bulenkova
  Anna Bulenkova
01 Jun 2009 17:46
2 years ago
Yes, there's the only one declaration in this case