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

Incompatible with RM 2019.2 EAP #40

Closed thestelz closed 5 years ago

thestelz commented 5 years ago

JB is at it again. Just installed the latest 2019.2 EAP and railways doesn't work anymore.

Screen Shot 2019-06-03 at 9 40 30 AM
RubyMine 2019.2 EAP
Build #RM-192.4205.37, built on May 23, 2019
Runtime version: 11.0.3+12-b248.2 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13
davidteren commented 5 years ago

Any news on this?

basgren commented 5 years ago

Hi guys. This is not JB to blame, this is just selected policy of plugin updates. To make sure the plugin doesn't break new versions of IDE, I just restrict plugin compatibility to the most recent version (like "compatible with 2019.1 only"). While this approach works good for frequently updated plugins, in my case it's a bit time consuming - I have to rebuild the plugin with updated restrictions and without any significant changes each time new IDE version is out. So I decided to switch back to the old approach, when only lower compatible IDE version is set (like "compatible with 2019.1 and above"). So since now plugin will cause problems only when there are indeed some significant API changes in new IDE. I think that would be not so often and that's why we have EAPs for - to test everything works fine before stable release)))

In the meantime I've built new version of Railways plugin (0.8.15), feel free to check it. Please let me know it everything works fine.

Regards.

thestelz commented 5 years ago

@basgren I have been using this all week and haven't had any issues. Thanks for getting this out! I really enjoy using this plugin. Saves me a lot of time