Question

Each time I start my Rails 2.3.8 webapp under RubyMine, it's using a different port. This drives me mad, since I've to change the URL in the browser each time I want to test something. I'm unable to find any configuration option to change that. Anyone?

Was it helpful?

Solution

This may not help because I'm using RubyMine 3, however, there is a dropdown menu in my toolbar for selecting the different development environments (e.g. production, development).

The dropdown menu is to the left of the green "Run" triangle. If you click on the list one of the options is "Edit Configurations" - this pops open a window that has server port configuration settings in it.

Hope this is the same in your version of RubyMine!

OTHER TIPS

Matt, please select "Choose port manually" instead of "Use any free port" in run configuration settings | Port section

I am using rubymine 2.1.5. I needed to change the default port 3000 that ruby started on to something else such 8081. I had to open the menu

  • Run/Edit configurations
  • and on the opening modal you should select Rail/Production or developement (Production and developement are my deployement environment), then change your port to something else
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top