railways
railways copied to clipboard
A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
Unfortunately this gem is no longer compatible. It is so much better than RubyMine's endpoint tool that it is silly. Please update if possible!
The Icon for opening the routes panel is missing in the latest version of ruby mine (on Linux) if you are using the new UI. The workaround disable/enable sadly does...
Routes tool window is not visible and is not available to be opened from any menu since upgrading to 2022.1
Currently the plugin configuration includes a setting for "Rake task name" (default "routes")  Some containerized or custom environments (e.g. where the Rails app is running in a Docker container...
Does this plugin support docker-compose? It says "Failed to load routes" and error details is "/usr/local/bin/ruby: No such file or directory -- C:UsersrootDocumentsgithubprojectnamebinrake (LoadError)". seems like there is no separate...
RubyMine 2022.2.3 Build #RM-222.4345.14, built on October 5, 2022 Runtime version: 17.0.4.1+7-b469.62 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.5.1 GC: G1 Young Generation, G1 Old Generation...
Hello! I'm on RubyMine 2021.EAP RM-211-5538.3, Rails 4.1 Opening Routes panel, I could see the 'Running 'rake routes'` text displayed, and in RubyMines status there is also a `Updating route...
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...
Hi, tried to use plugin with WSL2. Ruby SDK and path mappings added. But get error: `/bin/sh: 1: cd: can't cd to //wsl$/Ubuntu/home/skat/projects/proj`
Railways ignores the BUNDLE_GEMFILE variable, and it tries to load the regular Gemfile, which in some project maybe wrong, hence stopping it to work with some error. Is there any...