Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening ruby app from Rubymine terminal

I just got Rubymine and getting used to ruby on rails on mac. I'm wondering if there is any command to open a ruby app on Rubymine 7, from terminal.

Would there be a command like this?

$ Rubymine /Path/to/RubyApp
like image 694
stringRay2014 Avatar asked Nov 28 '22 07:11

stringRay2014


1 Answers

RubyMine has a special menu item for that. In ver. 8, 'Tools' > 'Create command-line launcher ...' Previous versions should keep the item somewhere around.

like image 142
user3734466 Avatar answered Dec 05 '22 17:12

user3734466