Automatic launching of the browser

I am on Ubuntu 8.10 linux and using Firefox.  On a test project, when I try to run the application by clicking on the Run button the configuration screen comes up which I am quite familiar with since my IntelliJ Java days.  When I click on the Run button however, the browser is not launched automatically.  I have to manually start Firefox and type in localhost:3000.  I am on Rails 2.3.2.  Any ideas on which setting should I activate?
Thanks.
Bharat

0
7 comments

There is a "Run browser" checkbox at the bottom of Rails configuration

0
Avatar
Permanently deleted user

Tried it.  Does not work.  Here is a screenshot.



Attachment(s):
Screenshot.png
0

Check that browser executable is specified  in RM | File | Settings | Web Browsers  

0
Avatar
Permanently deleted user

Hello Barat,

Just want to mention that address to open in browser automatically relfect changes of Host and Port server for Rails Server until you manually change it.

I am on Ubuntu 8.10 linux and using Firefox.  On a test project, when I try to run the application by clicking on the Run button the configuration screen comes up which I am quite familiar with since my IntelliJ Java days.  When I click on the Run button however, the browser is not launched automatically.  I have to manually start Firefox and type in localhost:3000.  I am on Rails 2.3.2.  Any ideas on which setting should I activate?

Regards,
Oleg

0
Avatar
Permanently deleted user

Roman,
Two screenshots attached one showing starting Rails 2.3.2.  Another showing Firefox selected as default web browswer and executable specified.
Oleg,
I do not understand what is it that you are telling me.  Can you give me simple steps to follow?
Thanks.
Bharat



Attachment(s):
Screenshot-1.png
Screenshot.png
0

Bharat,

I've reproduced the bug (see http://www.jetbrains.net/jira/browse/RUBY-3911). Actually RubyMine opens browser only when it detect that rails server has been successfully launched. In case of Rails 2.3.2 changes RM wasn't able to detect this.

0

Fix will be available in next RubyMine public build/EAP

0

Please sign in to leave a comment.