basgren / railways

A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
MIT License
46 stars 18 forks source link

rake routes were deprecated on rails 6.1 #50

Closed merkulov-ilya closed 3 years ago

merkulov-ilya commented 3 years ago

rake routes were deprecated on rails 6.1 in favor of rails routes: https://github.com/rails/rails/commit/41ad613e4c5d6c05f20ac0437564ff0d31ab9f5a

thethak commented 3 years ago

Yes, i'm facing the same issue with rails 6.1.1.

basgren commented 3 years ago

Hi. This issue was resolved in the newest version of the the plugin, but new version of plugin can be installed only on RubyMine 2020.3 and above. Which version of RM do you have?

thethak commented 3 years ago

Hi. This issue was resolved in the newest version of the the plugin, but new version of plugin can be installed only on RubyMine 2020.3 and above. Which version of RM do you have?

Ha I'm using 2020.1 I will update. Thank you @basgren

basgren commented 3 years ago

Closing this ticket. If you still have the issue, please reopen it with more details.