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

Doesn't build routes with jruby #53

Open rbaril opened 2 years ago

rbaril commented 2 years ago

When I try to use the routes panel, it shows its "Running rake routes, Environment: Production". It then goes to "Failed to load routes" with a "Show details" link that opens a dialog with this line twice : "Unknown ruby string (do not know how to handle): jruby-9.2.20.1."

Let me know if you need any more info.

FYI, this use to work in the past (few years ago?).

Regards, Rick