Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know that Rails Console and IRB can be run from Tools. But how can i run simple console in RubyMine? (command line for rails s; rails g ... - it is more comfortable for me)

share|improve this question

1 Answer

up vote 10 down vote accepted

You can configure 'bash' as an external tool in Settings | External Tools - then you'll be able to run it in a RubyMine toolwindow.

share|improve this answer
4  
thanks, I added C:\Windows\System32\cmd.exe as program, and $ProjectFileDir$ as Working Directory – makrusak Jun 16 '11 at 20:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.