This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Feb 22, 2013 4:42 PM by Kevin McCaughey  
Kevin McCaughey Newbie 50 posts since
Apr 21, 2012
Currently Being Moderated

Feb 22, 2013 4:21 PM

Please re-check Issue Ruby 13065 it is NOT a duplicate

Hi,

 

I have re-posted on this issue (http://youtrack.jetbrains.com/issue/RUBY-13065) but with no response. The issue is not a duplicate and NOT related to FactoryGirl. It has been closed off before being investigated.

 

Pluralisation is broken.

 

For example in the following code:

 

     users.each { |user| user.microposts.create!(content: content) }

 

'microposts' is highlighted as an error and underlined. There is a Micropost model and this is a correct pluralisation,

 

The models are Micropost, User, User has_many microposts, Micropost belongs_to user. It is from the very well understood code in The Ruby and Rails Tutorial.

 

 

Could I implore you guys to please load up this code, which is in the public domain (https://github.com/railstutorial/sample_app_2nd_ed), and just look at how many issues there are with Rubymine 5/5.01? I have been bugging these but they have been dimissed as not atually being bugs. Well the fact is that none of the code was a problem in Rubymine 5 and now every single file is peoppered with "errors" which are not actually errors at all, but a multitude of small bugs in Rubymine.

 

I feel you are not taking this at all seriously.

More Like This

  • Retrieving data ...