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

Update for 2017.3 API change #30

Closed hurricup closed 6 years ago

hurricup commented 6 years ago

You may check it with current EAPs.

Could you please also adjust Untill version in repository for previous releases? Like:

image

Thanks!

basgren commented 6 years ago

Wow! Thank you, @hurricup! New context builder looks cool! And a couple of questions:

  1. Where did you get information about RubyGemExecutionContext? :)
  2. From the first glance I noticed that execution context builder has method withAdditionalEnvs. Do I understand correctly that I can specify custom environment variables for the script being run? Possibly it could help with #22.

Thank you!

basgren commented 6 years ago

Ah! You're from JetBrains! That's how you knew about new API :) In any case thank you very much for your help! I would've spent much more time in investigation ;)

hurricup commented 6 years ago

You are welcome. Yes, you may pass additional environment variables.